#D9D8DD

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

Shades of Quartz #D9D8DD

Tints of Quartz #D9D8DD

Color information

#D9D8DD (or 0xD9D8DD) is unknown color: approx Quartz. HEX triplet: D9, D8 and DD. RGB value is (217,216,221). Sum of RGB (Red+Green+Blue) = 217+216+221=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8DD is #262722. Grayscale: #D8D8D8. Windows color (decimal): -2500387 or 14538969. OLE color: 14538969.

HSL color Cylindrical-coordinate representation of color #D9D8DD: hue angle of 252º 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 #D9D8DD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217216221-
CMYK0.020.0200.13
HSL252º6.85%85.69%-
HSV(B)252º2.26%86.67%-
XYZ66.2269.0878.25-
YUV216.87130.33128.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.18%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=33.18%
G=33.03%
B=33.79%

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
Decimal2172162210.020.0200.132526.8585.69
HexD9D8DD220Dfc756
Octal331330335220153747126
Binary110110011101100011011101101001101111111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8DD; }

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

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

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

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

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

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

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

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