#D9D9DF

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

Shades of Quartz #D9D9DF

Tints of Quartz #D9D9DF

Color information

#D9D9DF (or 0xD9D9DF) is unknown color: approx Quartz. HEX triplet: D9, D9 and DF. RGB value is (217,217,223). Sum of RGB (Red+Green+Blue) = 217+217+223=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9D9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D9DF is #262620. Grayscale: #D9D9D9. Windows color (decimal): -2500129 or 14670297. OLE color: 14670297.

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

Color convert

RGB217217223-
CMYK0.030.0300.13
HSL240º8.57%86.27%-
HSV(B)240º2.69%87.45%-
XYZ66.7569.7179.75-
YUV217.68131127.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=33.03%
G=33.03%
B=33.94%

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
Decimal2172172230.030.0300.132408.5786.27
HexD9D9DF330Df0956
Octal3313313373301536011126
Binary1101100111011001110111111111011011111000010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D9DF; }

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

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

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

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

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

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

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

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