#D9D8DE

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

Shades of Quartz #D9D8DE

Tints of Quartz #D9D8DE

Color information

#D9D8DE (or 0xD9D8DE) is unknown color: approx Quartz. HEX triplet: D9, D8 and DE. RGB value is (217,216,222). Sum of RGB (Red+Green+Blue) = 217+216+222=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8DE is #262721. Grayscale: #D8D8D8. Windows color (decimal): -2500386 or 14604505. OLE color: 14604505.

HSL color Cylindrical-coordinate representation of color #D9D8DE: hue angle of 250º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9D8DE is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217216222-
CMYK0.020.0300.13
HSL250º8.33%85.88%-
HSV(B)250º2.7%87.06%-
XYZ66.3669.1478.95-
YUV216.98130.83128.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.13%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=33.13%
G=32.98%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172162220.020.0300.132508.3385.88
HexD9D8DE230Dfa856
Octal3313303362301537210126
Binary1101100111011000110111101011011011111101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8DE; }

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

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

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

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

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

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

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

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