#D9DCF0

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

Shades of Quartz #D9DCF0

Tints of Quartz #D9DCF0

Color information

#D9DCF0 (or 0xD9DCF0) is unknown color: approx Quartz. HEX triplet: D9, DC and F0. RGB value is (217,220,240). Sum of RGB (Red+Green+Blue) = 217+220+240=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9DCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCF0 is #26230F. Grayscale: #DDDDDD. Windows color (decimal): -2499344 or 15785177. OLE color: 15785177.

HSL color Cylindrical-coordinate representation of color #D9DCF0: hue angle of 232.17º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9DCF0 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217220240-
CMYK0.100.0800.06
HSL232.17º43.4%89.61%-
HSV(B)232.17º9.58%94.12%-
XYZ69.9472.2392.69-
YUV221.38138.51124.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=32.05%
G=32.50%
B=35.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172202400.100.0800.06232.1743.489.61
HexD9DCF0A806e82b5a
Octal33133436012100635053132
Binary110110011101110011110000101010000110111010001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCF0; }

 p { color: rgb(217,220,240); }

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

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

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

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

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

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

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