Color Hex Logo

#d6c8dd Color Hex

#D6C8DD
(214,200,221)
0 Favorites   0 Comments

Color spaces of #d6c8dd

RGB 214200221
HSL0.780.240.83
HSV280°10°87°
CMYK 0.030.100.00   0.13
XYZ61.437060.825276.9090
Yxy60.82520.30850.3054
Hunter Lab77.99054.1299-3.8745
CIE-Lab82.28478.6744-8.6594

#d6c8dd color RGB value is (214,200,221).

#d6c8dd hex color red value is 214, green value is 200 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d6c8dd hue: 0.78 , saturation: 0.24 and the lightness value of d6c8dd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001000 11011101
Octal 326 310 335
Decimal 214 200 221
Hex D6 C8 DD

RGB Percentages of Color #d6c8dd

%33.70
%31.50
%34.80

CMYK Percentages of Color #d6c8dd

%3
%10
%0
%13

Triadic Colors of #d6c8dd

#d6c8dd #ddd6c8 #c8ddd6

Analogous Colors of #d6c8dd

#d6c8dd #ddc8da #ccc8dd

Monochromatic Colors of #d6c8dd

#d6c8dd

Complementary Color

#d6c8dd #cfddc8

#d6c8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6c8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6c8dd Color CSS Codes

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

#d6c8dd Text Font Color

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

This sample text font color is #d6c8dd
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.


#d6c8dd Background Color

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

This div background color is #d6c8dd


#d6c8dd Border Color

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

This div border color is #d6c8dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,200,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 #d6c8dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c8dd


Comments

No comments written yet.

Please login to write comment.