Color Hex Logo

#d8ddde Color Hex

#D8DDDE
(216,221,222)
0 Favorites   0 Comments

Color spaces of #d8ddde

RGB 216221222
HSL0.530.080.86
HSV190°87°
CMYK 0.030.000.00   0.13
XYZ67.360271.585879.3744
Yxy71.58580.30850.3279
Hunter Lab84.6084-5.95353.6036
CIE-Lab87.7688-1.4949-1.0872

#d8ddde color RGB value is (216,221,222).

#d8ddde hex color red value is 216, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d8ddde hue: 0.53 , saturation: 0.08 and the lightness value of d8ddde is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011101 11011110
Octal 330 335 336
Decimal 216 221 222
Hex D8 DD DE

RGB Percentages of Color #d8ddde

%32.78
%33.54
%33.69

CMYK Percentages of Color #d8ddde

%3
%0
%0
%13

Triadic Colors of #d8ddde

#d8ddde #ded8dd #ddded8

Analogous Colors of #d8ddde

#d8ddde #d8dade #d8dedc

Monochromatic Colors of #d8ddde

#d8ddde

Complementary Color

#d8ddde #ded9d8

#d8ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ddde Color CSS Codes

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

#d8ddde Text Font Color

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

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


#d8ddde Background Color

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

This div background color is #d8ddde


#d8ddde Border Color

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

This div border color is #d8ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ddde

#d8ddde Color Palettes


Comments

No comments written yet.

Please login to write comment.