Shades of Quartz #D2D1E2
Tints of Quartz #D2D1E2
RGB
CMYK
RGB Variations
Color information
#D2D1E2 (or 0xD2D1E2) is known color: Quartz. HEX triplet: D2, D1 and E2. RGB value is (210,209,226). Sum of RGB (Red+Green+Blue) = 210+209+226=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 209 (82.03% from 255 or 32.40% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 226 - color contains mainly: blue. Hex color #D2D1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D1E2 is #2D2E1D. Grayscale: #D3D3D3. Windows color (decimal): -2960926 or 14864850. OLE color: 14864850.
HSL color Cylindrical-coordinate representation of color #D2D1E2: hue angle of 243.53º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2D1E2 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 210 | 209 | 226 | - |
CMYK | 0.07 | 0.08 | 0 | 0.11 |
HSL | 243.53º | 0.23% | 0.85% | - |
HSV(B) | 243.53º | 0.08% | 0.89% | - |
XYZ | 63.11 | 64.79 | 81.13 | - |
YUV | 211.24 | 136.33 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 209 | 226 | 0.07 | 0.08 | 0 | 0.11 | 243.53 | 0.23 | 0.85 |
Hex | D2 | D1 | E2 | 7 | 8 | 0 | B | F4 | 17 | 55 |
Octal | 322 | 321 | 342 | 7 | 10 | 0 | 13 | 364 | 27 | 125 |
Binary | 11010010 | 11010001 | 11100010 | 111 | 1000 | 0 | 1011 | 11110100 | 10111 | 1010101 |
Color Harmonies of #D2D1E2
Complementary color
Monochromatic Colors of #D2D1E2
Black with #D2D1E2
Text Example
Text Example
White with #D2D1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D1E2; }
p { color: rgb(210,209,226); }
H1.HeaderClassName
{
color: #D2D1E2;
}
.AnyTagClassName
{
color: #D2D1E2;
}
</style>
background-color css
<style>
a { background-color: #D2D1E2; }
a { background-color: rgb(210,209,226); }
div.DivClassName
{
background-color: #D2D1E2;
}
.BgClassName
{
background-color: #D2D1E2;
}
</style>
border-color css
<style>
span { border-color: #D2D1E2; }
span { border-color: rgb(210,209,226); }
td.TdClassName
{
border-color: #D2D1E2;
}
.TagClassName
{
border-color: #D2D1E2;
}
</style>