Color Hex Logo

#d8cedf Color Hex

#D8CEDF
(216,206,223)
0 Favorites   0 Comments

Color spaces of #d8cedf

RGB 216206223
HSL0.760.210.84
HSV275°87°
CMYK 0.030.080.00   0.13
XYZ63.709564.069378.8208
Yxy64.06930.30840.3101
Hunter Lab80.04331.9991-2.3542
CIE-Lab84.00186.5387-7.1626

#d8cedf color RGB value is (216,206,223).

#d8cedf hex color red value is 216, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d8cedf hue: 0.76 , saturation: 0.21 and the lightness value of d8cedf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001110 11011111
Octal 330 316 337
Decimal 216 206 223
Hex D8 CE DF

RGB Percentages of Color #d8cedf

%33.49
%31.94
%34.57

CMYK Percentages of Color #d8cedf

%3
%8
%0
%13

Triadic Colors of #d8cedf

#d8cedf #dfd8ce #cedfd8

Analogous Colors of #d8cedf

#d8cedf #dfcede #d0cedf

Monochromatic Colors of #d8cedf

#d8cedf

Complementary Color

#d8cedf #d5dfce

#d8cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cedf Color CSS Codes

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

#d8cedf Text Font Color

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

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


#d8cedf Background Color

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

This div background color is #d8cedf


#d8cedf Border Color

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

This div border color is #d8cedf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,206,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8cedf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8cedf;
  -webkit-box-shadow: 1px 1px 3px 2px #d8cedf;
  box-shadow:         1px 1px 3px 2px #d8cedf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,206,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cedf


Comments

No comments written yet.

Please login to write comment.