#D9D7EB

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

Shades of Quartz #D9D7EB

Tints of Quartz #D9D7EB

Color information

#D9D7EB (or 0xD9D7EB) is unknown color: approx Quartz. HEX triplet: D9, D7 and EB. RGB value is (217,215,235). Sum of RGB (Red+Green+Blue) = 217+215+235=667 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.53% from 667); Green value is 215 (84.38% from 255 or 32.23% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D7EB is #262814. Grayscale: #D9D9D9. Windows color (decimal): -2500629 or 15456217. OLE color: 15456217.

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

Color convert

RGB217215235-
CMYK0.080.0900.08
HSL246º33.33%88.24%-
HSV(B)246º8.51%92.16%-
XYZ67.9169.3588.4-
YUV217.88137.66127.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.53%
GREEN value IS 215 (84.38% from 255) = 32.23%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=32.53%
G=32.23%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172152350.080.0900.0824633.3388.24
HexD9D7EB8908f62158
Octal331327353101101036641130
Binary1101100111010111111010111000100101000111101101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7EB; }

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

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

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

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

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

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

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

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