#D9D8DF

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

Shades of Quartz #D9D8DF

Tints of Quartz #D9D8DF

Color information

#D9D8DF (or 0xD9D8DF) is unknown color: approx Quartz. HEX triplet: D9, D8 and DF. RGB value is (217,216,223). Sum of RGB (Red+Green+Blue) = 217+216+223=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9D8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8DF is #262720. Grayscale: #D9D9D9. Windows color (decimal): -2500385 or 14670041. OLE color: 14670041.

HSL color Cylindrical-coordinate representation of color #D9D8DF: hue angle of 248.57º degrees, saturation: 0.1, 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 #D9D8DF is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217216223-
CMYK0.030.0300.13
HSL248.57º9.86%86.08%-
HSV(B)248.57º3.14%87.45%-
XYZ66.4969.1979.66-
YUV217.1131.33127.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=33.08%
G=32.93%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172162230.030.0300.13248.579.8686.08
HexD9D8DF330Df9a56
Octal3313303373301537112126
Binary1101100111011000110111111111011011111100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8DF; }

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

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

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

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

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

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

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

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