#D9DBEF

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

Shades of Quartz #D9DBEF

Tints of Quartz #D9DBEF

Color information

#D9DBEF (or 0xD9DBEF) is unknown color: approx Quartz. HEX triplet: D9, DB and EF. RGB value is (217,219,239). Sum of RGB (Red+Green+Blue) = 217+219+239=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBEF is #262410. Grayscale: #DCDCDC. Windows color (decimal): -2499601 or 15719385. OLE color: 15719385.

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

Color convert

RGB217219239-
CMYK0.090.0800.06
HSL234.55º40.74%89.41%-
HSV(B)234.55º9.21%93.73%-
XYZ69.5371.6591.83-
YUV220.68138.34125.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.15%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=32.15%
G=32.44%
B=35.41%

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
Decimal2172192390.090.0800.06234.5540.7489.41
HexD9DBEF9806eb2959
Octal33133335711100635351131
Binary110110011101101111101111100110000110111010111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBEF; }

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

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

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

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

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

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

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

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