#D9DAF7

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

Shades of Quartz #D9DAF7

Tints of Quartz #D9DAF7

Color information

#D9DAF7 (or 0xD9DAF7) is unknown color: approx Quartz. HEX triplet: D9, DA and F7. RGB value is (217,218,247). Sum of RGB (Red+Green+Blue) = 217+218+247=682 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.82% from 682); Green value is 218 (85.55% from 255 or 31.96% from 682); Blue value is 247 (96.88% from 255 or 36.22% from 682); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9DAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAF7 is #262508. Grayscale: #DCDCDC. Windows color (decimal): -2499849 or 16243417. OLE color: 16243417.

HSL color Cylindrical-coordinate representation of color #D9DAF7: hue angle of 238º degrees, saturation: 0.65, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9DAF7 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB217218247-
CMYK0.120.1200.03
HSL238º65.22%90.98%-
HSV(B)238º12.15%96.86%-
XYZ70.4871.6198.1-
YUV221.01142.67125.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.82%
GREEN value IS 218 (85.55% from 255) = 31.96%
BLUE value IS 247 (96.88% from 255) = 36.22%
R=31.82%
G=31.96%
B=36.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2172182470.120.1200.0323865.2290.98
HexD9DAF7CC03ee415b
Octal331332367141403356101133
Binary110110011101101011110111110011000111110111010000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAF7; }

 p { color: rgb(217,218,247); }

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

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

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

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

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

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

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