Color Hex Logo

#d6d0dd Color Hex

#D6D0DD
(214,208,221)
0 Favorites   0 Comments

Color spaces of #d6d0dd

RGB 214208221
HSL0.740.160.84
HSV268°87°
CMYK 0.030.060.00   0.13
XYZ63.338664.628377.5428
Yxy64.62830.30820.3145
Hunter Lab80.3917-0.0499-0.9147
CIE-Lab84.29184.4379-5.6868

#d6d0dd color RGB value is (214,208,221).

#d6d0dd hex color red value is 214, green value is 208 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d6d0dd hue: 0.74 , saturation: 0.16 and the lightness value of d6d0dd is 0.84.

The process color (four color CMYK) of #d6d0dd color hex is 0.03, 0.06, 0.00, 0.13. Web safe color of #d6d0dd is #cccccc. Color #d6d0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11010000 11011101
Octal 326 320 335
Decimal 214 208 221
Hex D6 D0 DD

RGB Percentages of Color #d6d0dd

%33.28
%32.35
%34.37

CMYK Percentages of Color #d6d0dd

%3
%6
%0
%13

Triadic Colors of #d6d0dd

#d6d0dd #ddd6d0 #d0ddd6

Analogous Colors of #d6d0dd

#d6d0dd #ddd0dd #d0d1dd

Monochromatic Colors of #d6d0dd

#d6d0dd

Complementary Color

#d6d0dd #d7ddd0

#d6d0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6d0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6d0dd Color CSS Codes

.mybgcolor {background-color:#d6d0dd; } 
.myforecolor {color:#d6d0dd; }
.mybordercolor {border:3px solid #d6d0dd; }

#d6d0dd Text Font Color

<p style="color:#d6d0dd">Text here</p>

This sample text font color is #d6d0dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d6d0dd Background Color

<div style="background-color:#d6d0dd">
Div content here</div>

This div background color is #d6d0dd


#d6d0dd Border Color

<div style="border:3px solid #d6d0dd">
Div here</div>

This div border color is #d6d0dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,208,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6d0dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6d0dd;
  -webkit-box-shadow: 1px 1px 3px 2px #d6d0dd;
  box-shadow:         1px 1px 3px 2px #d6d0dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,208,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d6d0dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d6d0dd;
  -webkit-box-shadow: 1px 1px 3px 2px #d6d0dd;
  box-shadow:         1px 1px 3px 2px #d6d0dd;">
Div content here</div>

This div box has shadow with color #d6d0dd


Comments

No comments written yet.

Please login to write comment.