#D9DAEB

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

Shades of Quartz #D9DAEB

Tints of Quartz #D9DAEB

Color information

#D9DAEB (or 0xD9DAEB) is unknown color: approx Quartz. HEX triplet: D9, DA and EB. RGB value is (217,218,235). Sum of RGB (Red+Green+Blue) = 217+218+235=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DAEB is #262514. Grayscale: #DBDBDB. Windows color (decimal): -2499861 or 15456985. OLE color: 15456985.

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

Color convert

RGB217218235-
CMYK0.080.0700.08
HSL236.67º31.03%88.63%-
HSV(B)236.67º7.66%92.16%-
XYZ68.6870.8988.66-
YUV219.64136.67126.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.39%
GREEN value IS 218 (85.55% from 255) = 32.54%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=32.39%
G=32.54%
B=35.07%

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
Decimal2172182350.080.0700.08236.6731.0388.63
HexD9DAEB8708ed1f59
Octal33133235310701035537131
Binary11011001110110101110101110001110100011101101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAEB; }

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

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

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

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

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

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

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

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