#D9DCEF

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

Shades of Quartz #D9DCEF

Tints of Quartz #D9DCEF

Color information

#D9DCEF (or 0xD9DCEF) is unknown color: approx Quartz. HEX triplet: D9, DC and EF. RGB value is (217,220,239). Sum of RGB (Red+Green+Blue) = 217+220+239=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCEF is #262310. Grayscale: #DDDDDD. Windows color (decimal): -2499345 or 15719641. OLE color: 15719641.

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

Color convert

RGB217220239-
CMYK0.090.0800.06
HSL231.82º40.74%89.41%-
HSV(B)231.82º9.21%93.73%-
XYZ69.7972.1791.91-
YUV221.27138.01124.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.10%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=32.10%
G=32.54%
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.06
SystemRedGreenBlueCMYKHSL
Decimal2172202390.090.0800.06231.8240.7489.41
HexD9DCEF9806e82959
Octal33133435711100635051131
Binary110110011101110011101111100110000110111010001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCEF; }

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

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

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

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

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

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

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

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