Shades of Quartz #D5D1ED
Tints of Quartz #D5D1ED
RGB
CMYK
RGB Variations
Color information
#D5D1ED (or 0xD5D1ED) is known color: 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
RGB | 213 | 209 | 237 | - |
CMYK | 0.10 | 0.12 | 0 | 0.07 |
HSL | 248.57º | 0.44% | 0.87% | - |
HSV(B) | 248.57º | 0.12% | 0.93% | - |
XYZ | 65.53 | 65.86 | 89.38 | - |
YUV | 213.39 | 141.33 | 127.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 209 | 237 | 0.10 | 0.12 | 0 | 0.07 | 248.57 | 0.44 | 0.87 |
Hex | D5 | D1 | ED | A | C | 0 | 7 | F9 | 2C | 57 |
Octal | 325 | 321 | 355 | 12 | 14 | 0 | 7 | 371 | 54 | 127 |
Binary | 11010101 | 11010001 | 11101101 | 1010 | 1100 | 0 | 111 | 11111001 | 101100 | 1010111 |
Color Harmonies of #D5D1ED
Complementary color
Monochromatic Colors of #D5D1ED
Black with #D5D1ED
Text Example
Text Example
White with #D5D1ED
Text Example
Text Example
HTML Codes & Css Web 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>