#D8D9EC

Color #D8D9EC Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #D8D9EC

Tints of Quartz #D8D9EC

Color information

#D8D9EC (or 0xD8D9EC) is unknown color: approx Quartz. HEX triplet: D8, D9 and EC. RGB value is (216,217,236). Sum of RGB (Red+Green+Blue) = 216+217+236=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8D9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8D9EC is #272613. Grayscale: #DADADA. Windows color (decimal): -2565652 or 15522264. OLE color: 15522264.

HSL color Cylindrical-coordinate representation of color #D8D9EC: hue angle of 237º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8D9EC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216217236-
CMYK0.080.0800.07
HSL237º34.48%88.63%-
HSV(B)237º8.47%92.55%-
XYZ68.2770.2889.32-
YUV218.87137.67125.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 32.29%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=32.29%
G=32.44%
B=35.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162172360.080.0800.0723734.4888.63
HexD8D9EC8807ed2259
Octal33033135410100735542131
Binary110110001101100111101100100010000111111011011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9EC; }

 p { color: rgb(216,217,236); }

 H1.HeaderClassName
 {
   color: #D8D9EC;
 }
 .AnyTagClassName
 {
   color: #D8D9EC;
 }
</style>
background-color css

<style>
 a { background-color: #D8D9EC; }

 a { background-color: rgb(216,217,236); }

 div.DivClassName
 {
   background-color: #D8D9EC;
 }
 .BgClassName
 {
   background-color: #D8D9EC;
 }
</style>
border-color css

<style>
 span { border-color: #D8D9EC; }

 span { border-color: rgb(216,217,236); }

 td.TdClassName
 {
   border-color: #D8D9EC;
 }
 .TagClassName
 {
   border-color: #D8D9EC;
 }
</style>