Color Hex Logo

#d8ceda Color Hex

#D8CEDA
(216,206,218)
4 Favorites   0 Comments

Color spaces of #d8ceda

RGB 216206218
HSL0.810.140.83
HSV290°85°
CMYK 0.010.060.00   0.15
XYZ63.045163.803575.3221
Yxy63.80350.31180.3156
Hunter Lab79.87711.10090.0050
CIE-Lab83.86345.6092-4.7040

#d8ceda color RGB value is (216,206,218).

#d8ceda hex color red value is 216, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d8ceda hue: 0.81 , saturation: 0.14 and the lightness value of d8ceda is 0.83.

The process color (four color CMYK) of #d8ceda color hex is 0.01, 0.06, 0.00, 0.15. Web safe color of #d8ceda is #cccccc. Color #d8ceda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001110 11011010
Octal 330 316 332
Decimal 216 206 218
Hex D8 CE DA

RGB Percentages of Color #d8ceda

%33.75
%32.19
%34.06

CMYK Percentages of Color #d8ceda

%1
%6
%0
%15

Triadic Colors of #d8ceda

#d8ceda #dad8ce #cedad8

Analogous Colors of #d8ceda

#d8ceda #daced6 #d2ceda

Monochromatic Colors of #d8ceda

#d8ceda

Complementary Color

#d8ceda #d0dace

#d8ceda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ceda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ceda Color CSS Codes

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

#d8ceda Text Font Color

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

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


#d8ceda Background Color

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

This div background color is #d8ceda


#d8ceda Border Color

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

This div border color is #d8ceda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ceda


Comments

No comments written yet.

Please login to write comment.