Shades of Quartz #D2D0E5
Tints of Quartz #D2D0E5
RGB
CMYK
RGB Variations
Color information
#D2D0E5 (or 0xD2D0E5) is known color: Quartz. HEX triplet: D2, D0 and E5. RGB value is (210,208,229). Sum of RGB (Red+Green+Blue) = 210+208+229=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2D0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0E5 is #2D2F1A. Grayscale: #D2D2D2. Windows color (decimal): -2961179 or 15061202. OLE color: 15061202.
HSL color Cylindrical-coordinate representation of color #D2D0E5: hue angle of 245.71º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2D0E5 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 208 | 229 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.10 |
| HSL | 245.71º | 0.29% | 0.86% | - |
| HSV(B) | 245.71º | 0.09% | 0.9% | - |
| XYZ | 63.28 | 64.47 | 83.24 | - |
| YUV | 210.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 229 | 0.08 | 0.09 | 0 | 0.10 | 245.71 | 0.29 | 0.86 |
| Hex | D2 | D0 | E5 | 8 | 9 | 0 | A | F6 | 1D | 56 |
| Octal | 322 | 320 | 345 | 10 | 11 | 0 | 12 | 366 | 35 | 126 |
| Binary | 11010010 | 11010000 | 11100101 | 1000 | 1001 | 0 | 1010 | 11110110 | 11101 | 1010110 |
Color Harmonies of #D2D0E5
Complementary color
Monochromatic Colors of #D2D0E5
Black with #D2D0E5
Text Example
Text Example
White with #D2D0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D0E5; }
p { color: rgb(210,208,229); }
H1.HeaderClassName
{
color: #D2D0E5;
}
.AnyTagClassName
{
color: #D2D0E5;
}
</style>
background-color css
<style>
a { background-color: #D2D0E5; }
a { background-color: rgb(210,208,229); }
div.DivClassName
{
background-color: #D2D0E5;
}
.BgClassName
{
background-color: #D2D0E5;
}
</style>
border-color css
<style>
span { border-color: #D2D0E5; }
span { border-color: rgb(210,208,229); }
td.TdClassName
{
border-color: #D2D0E5;
}
.TagClassName
{
border-color: #D2D0E5;
}
</style>