#D9DBEE

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

Shades of Quartz #D9DBEE

Tints of Quartz #D9DBEE

Color information

#D9DBEE (or 0xD9DBEE) is unknown color: approx Quartz. HEX triplet: D9, DB and EE. RGB value is (217,219,238). Sum of RGB (Red+Green+Blue) = 217+219+238=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBEE is #262411. Grayscale: #DCDCDC. Windows color (decimal): -2499602 or 15653849. OLE color: 15653849.

HSL color Cylindrical-coordinate representation of color #D9DBEE: hue angle of 234.29º 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 #D9DBEE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217219238-
CMYK0.090.0800.07
HSL234.29º38.18%89.22%-
HSV(B)234.29º8.82%93.33%-
XYZ69.3871.5991.05-
YUV220.57137.84125.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.20%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=32.20%
G=32.49%
B=35.31%

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
Decimal2172192380.090.0800.07234.2938.1889.22
HexD9DBEE9807ea2659
Octal33133335611100735246131
Binary110110011101101111101110100110000111111010101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBEE; }

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

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

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

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

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

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

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

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