#D5D1ED

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

Shades of Quartz #D5D1ED

Tints of Quartz #D5D1ED

Color information

#D5D1ED (or 0xD5D1ED) is unknown color: approx Quartz. HEX triplet: D5, D1 and ED. RGB value is (213,209,237). Sum of RGB (Red+Green+Blue) = 213+209+237=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D1ED is #2A2E12. Grayscale: #D5D5D5. Windows color (decimal): -2764307 or 15585749. OLE color: 15585749.

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

Color convert

RGB213209237-
CMYK0.100.1200.07
HSL248.57º43.75%87.45%-
HSV(B)248.57º11.81%92.94%-
XYZ65.5365.8689.38-
YUV213.39141.33127.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.32%
GREEN value IS 209 (82.03% from 255) = 31.71%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=32.32%
G=31.71%
B=35.96%

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
Decimal2132092370.100.1200.07248.5743.7587.45
HexD5D1EDAC07f92c57
Octal32532135512140737154127
Binary110101011101000111101101101011000111111110011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D1ED; }

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

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

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

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

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

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

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

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