#D9D6EB

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

Shades of Quartz #D9D6EB

Tints of Quartz #D9D6EB

Color information

#D9D6EB (or 0xD9D6EB) is unknown color: approx Quartz. HEX triplet: D9, D6 and EB. RGB value is (217,214,235). Sum of RGB (Red+Green+Blue) = 217+214+235=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D6EB is #262914. Grayscale: #D9D9D9. Windows color (decimal): -2500885 or 15455961. OLE color: 15455961.

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

Color convert

RGB217214235-
CMYK0.080.0900.08
HSL248.57º34.43%88.04%-
HSV(B)248.57º8.94%92.16%-
XYZ67.6668.8488.32-
YUV217.29137.99127.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.58%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=32.58%
G=32.13%
B=35.29%

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
Decimal2172142350.080.0900.08248.5734.4388.04
HexD9D6EB8908f92258
Octal331326353101101037142130
Binary1101100111010110111010111000100101000111110011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D6EB; }

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

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

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

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

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

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

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

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