Shades of Quartz #D2D2E7
Tints of Quartz #D2D2E7
RGB
CMYK
RGB Variations
Color information
#D2D2E7 (or 0xD2D2E7) is known color: Quartz. HEX triplet: D2, D2 and E7. RGB value is (210,210,231). Sum of RGB (Red+Green+Blue) = 210+210+231=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #D2D2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D2E7 is #2D2D18. Grayscale: #D4D4D4. Windows color (decimal): -2960665 or 15192786. OLE color: 15192786.
HSL color Cylindrical-coordinate representation of color #D2D2E7: hue angle of 240º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2D2E7 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 210 | 231 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.09 |
| HSL | 240º | 0.3% | 0.86% | - |
| HSV(B) | 240º | 0.09% | 0.91% | - |
| XYZ | 64.05 | 65.56 | 84.88 | - |
| YUV | 212.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 231 | 0.09 | 0.09 | 0 | 0.09 | 240 | 0.3 | 0.86 |
| Hex | D2 | D2 | E7 | 9 | 9 | 0 | 9 | F0 | 1E | 56 |
| Octal | 322 | 322 | 347 | 11 | 11 | 0 | 11 | 360 | 36 | 126 |
| Binary | 11010010 | 11010010 | 11100111 | 1001 | 1001 | 0 | 1001 | 11110000 | 11110 | 1010110 |
Color Harmonies of #D2D2E7
Complementary color
Monochromatic Colors of #D2D2E7
Black with #D2D2E7
Text Example
Text Example
White with #D2D2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D2E7; }
p { color: rgb(210,210,231); }
H1.HeaderClassName
{
color: #D2D2E7;
}
.AnyTagClassName
{
color: #D2D2E7;
}
</style>
background-color css
<style>
a { background-color: #D2D2E7; }
a { background-color: rgb(210,210,231); }
div.DivClassName
{
background-color: #D2D2E7;
}
.BgClassName
{
background-color: #D2D2E7;
}
</style>
border-color css
<style>
span { border-color: #D2D2E7; }
span { border-color: rgb(210,210,231); }
td.TdClassName
{
border-color: #D2D2E7;
}
.TagClassName
{
border-color: #D2D2E7;
}
</style>