#D6D1ED

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

Shades of Quartz #D6D1ED

Tints of Quartz #D6D1ED

Color information

#D6D1ED (or 0xD6D1ED) is unknown color: approx Quartz. HEX triplet: D6, D1 and ED. RGB value is (214,209,237). Sum of RGB (Red+Green+Blue) = 214+209+237=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D1ED is #292E12. Grayscale: #D5D5D5. Windows color (decimal): -2698771 or 15585750. OLE color: 15585750.

HSL color Cylindrical-coordinate representation of color #D6D1ED: hue angle of 250.71º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6D1ED is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214209237-
CMYK0.100.1200.07
HSL250.71º43.75%87.45%-
HSV(B)250.71º11.81%92.94%-
XYZ65.8266.0189.39-
YUV213.69141.16128.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.42%
GREEN value IS 209 (82.03% from 255) = 31.67%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=32.42%
G=31.67%
B=35.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142092370.100.1200.07250.7143.7587.45
HexD6D1EDAC07fb2c57
Octal32632135512140737354127
Binary110101101101000111101101101011000111111110111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1ED; }

 p { color: rgb(214,209,237); }

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

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

 a { background-color: rgb(214,209,237); }

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

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

 span { border-color: rgb(214,209,237); }

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