#D9DBEA

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

Shades of Quartz #D9DBEA

Tints of Quartz #D9DBEA

Color information

#D9DBEA (or 0xD9DBEA) is unknown color: approx Quartz. HEX triplet: D9, DB and EA. RGB value is (217,219,234). Sum of RGB (Red+Green+Blue) = 217+219+234=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DBEA is #262415. Grayscale: #DCDCDC. Windows color (decimal): -2499606 or 15391705. OLE color: 15391705.

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

Color convert

RGB217219234-
CMYK0.070.0600.08
HSL232.94º28.81%88.43%-
HSV(B)232.94º7.26%91.76%-
XYZ68.871.3687.99-
YUV220.11135.84125.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.39%
GREEN value IS 219 (85.94% from 255) = 32.69%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=32.39%
G=32.69%
B=34.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172192340.070.0600.08232.9428.8188.43
HexD9DBEA7608e91d58
Octal3313333527601035135130
Binary1101100111011011111010101111100100011101001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBEA; }

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

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

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

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

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

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

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

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