#D9DDF6

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

Shades of Quartz #D9DDF6

Tints of Quartz #D9DDF6

Color information

#D9DDF6 (or 0xD9DDF6) is unknown color: approx Quartz. HEX triplet: D9, DD and F6. RGB value is (217,221,246). Sum of RGB (Red+Green+Blue) = 217+221+246=684 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.73% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 246 (96.48% from 255 or 35.96% from 684); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9DDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDF6 is #262209. Grayscale: #DEDEDE. Windows color (decimal): -2499082 or 16178649. OLE color: 16178649.

HSL color Cylindrical-coordinate representation of color #D9DDF6: hue angle of 231.72º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DDF6 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB217221246-
CMYK0.120.1000.04
HSL231.72º61.7%90.78%-
HSV(B)231.72º11.79%96.47%-
XYZ71.1173.1297.55-
YUV222.65141.17123.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.73%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 246 (96.48% from 255) = 35.96%
R=31.73%
G=32.31%
B=35.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2172212460.120.1000.04231.7261.790.78
HexD9DDF6CA04e83e5b
Octal33133536614120435076133
Binary110110011101110111110110110010100100111010001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDF6; }

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

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

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

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

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

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

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

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