#D9D9EB

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

Shades of Quartz #D9D9EB

Tints of Quartz #D9D9EB

Color information

#D9D9EB (or 0xD9D9EB) is unknown color: approx Quartz. HEX triplet: D9, D9 and EB. RGB value is (217,217,235). Sum of RGB (Red+Green+Blue) = 217+217+235=669 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.44% from 669); Green value is 217 (85.16% from 255 or 32.44% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9D9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D9EB is #262614. Grayscale: #DADADA. Windows color (decimal): -2500117 or 15456729. OLE color: 15456729.

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

Color convert

RGB217217235-
CMYK0.080.0800.08
HSL240º31.03%88.63%-
HSV(B)240º7.66%92.16%-
XYZ68.4270.3888.57-
YUV219.05137126.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.44%
GREEN value IS 217 (85.16% from 255) = 32.44%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=32.44%
G=32.44%
B=35.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172172350.080.0800.0824031.0388.63
HexD9D9EB8808f01f59
Octal331331353101001036037131
Binary110110011101100111101011100010000100011110000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D9EB; }

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

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

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

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

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

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

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

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