#D9DAEE

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

Shades of Quartz #D9DAEE

Tints of Quartz #D9DAEE

Color information

#D9DAEE (or 0xD9DAEE) is unknown color: approx Quartz. HEX triplet: D9, DA and EE. RGB value is (217,218,238). Sum of RGB (Red+Green+Blue) = 217+218+238=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAEE is #262511. Grayscale: #DBDBDB. Windows color (decimal): -2499858 or 15653593. OLE color: 15653593.

HSL color Cylindrical-coordinate representation of color #D9DAEE: hue angle of 237.14º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DAEE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217218238-
CMYK0.090.0800.07
HSL237.14º38.18%89.22%-
HSV(B)237.14º8.82%93.33%-
XYZ69.1271.0790.96-
YUV219.98138.17125.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.24%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=32.24%
G=32.39%
B=35.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172182380.090.0800.07237.1438.1889.22
HexD9DAEE9807ed2659
Octal33133235611100735546131
Binary110110011101101011101110100110000111111011011001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAEE; }

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

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

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

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

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

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

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

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