#D9D9DE

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

Shades of Quartz #D9D9DE

Tints of Quartz #D9D9DE

Color information

#D9D9DE (or 0xD9D9DE) is unknown color: approx Quartz. HEX triplet: D9, D9 and DE. RGB value is (217,217,222). Sum of RGB (Red+Green+Blue) = 217+217+222=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9DE is #262621. Grayscale: #D9D9D9. Windows color (decimal): -2500130 or 14604761. OLE color: 14604761.

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

Color convert

RGB217217222-
CMYK0.020.0200.13
HSL240º7.04%86.08%-
HSV(B)240º2.25%87.06%-
XYZ66.6169.6579.04-
YUV217.57130.5127.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=33.08%
G=33.08%
B=33.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172172220.020.0200.132407.0486.08
HexD9D9DE220Df0756
Octal331331336220153607126
Binary110110011101100111011110101001101111100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D9DE; }

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

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

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

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

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

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

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

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