#D9DBEB

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

Shades of Quartz #D9DBEB

Tints of Quartz #D9DBEB

Color information

#D9DBEB (or 0xD9DBEB) is unknown color: approx Quartz. HEX triplet: D9, DB and EB. RGB value is (217,219,235). Sum of RGB (Red+Green+Blue) = 217+219+235=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBEB is #262414. Grayscale: #DCDCDC. Windows color (decimal): -2499605 or 15457241. OLE color: 15457241.

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

Color convert

RGB217219235-
CMYK0.080.0700.08
HSL233.33º31.03%88.63%-
HSV(B)233.33º7.66%92.16%-
XYZ68.9471.4188.75-
YUV220.23136.34125.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.34%
GREEN value IS 219 (85.94% from 255) = 32.64%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=32.34%
G=32.64%
B=35.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172192350.080.0700.08233.3331.0388.63
HexD9DBEB8708e91f59
Octal33133335310701035137131
Binary11011001110110111110101110001110100011101001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBEB; }

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

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

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

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

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

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

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

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