Color Hex Logo

#d8deee Color Hex

#D8DEEE
(216,222,238)
0 Favorites   0 Comments

Color spaces of #d8deee

RGB 216222238
HSL0.620.390.89
HSV224°93°
CMYK 0.090.070.00   0.07
XYZ69.872873.014591.2994
Yxy73.01450.29840.3118
Hunter Lab85.4485-3.5722-3.5358
CIE-Lab88.45461.0243-8.5019

#d8deee color RGB value is (216,222,238).

#d8deee hex color red value is 216, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d8deee hue: 0.62 , saturation: 0.39 and the lightness value of d8deee is 0.89.

The process color (four color CMYK) of #d8deee color hex is 0.09, 0.07, 0.00, 0.07. Web safe color of #d8deee is #ccccff. Color #d8deee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011110 11101110
Octal 330 336 356
Decimal 216 222 238
Hex D8 DE EE

RGB Percentages of Color #d8deee

%31.95
%32.84
%35.21

CMYK Percentages of Color #d8deee

%9
%7
%0
%7

Triadic Colors of #d8deee

#d8deee #eed8de #deeed8

Analogous Colors of #d8deee

#d8deee #ddd8ee #d8e9ee

Monochromatic Colors of #d8deee

#d8deee

Complementary Color

#d8deee #eee8d8

#d8deee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8deee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8deee Color CSS Codes

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

#d8deee Text Font Color

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

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


#d8deee Background Color

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

This div background color is #d8deee


#d8deee Border Color

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

This div border color is #d8deee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8deee

#d8deee Color Palettes


Comments

No comments written yet.

Please login to write comment.