Shades of Quartz #D0D2E9
Tints of Quartz #D0D2E9
RGB
CMYK
RGB Variations
Color information
#D0D2E9 (or 0xD0D2E9) is known color: Quartz. HEX triplet: D0, D2 and E9. RGB value is (208,210,233). Sum of RGB (Red+Green+Blue) = 208+210+233=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0D2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D2E9 is #2F2D16. Grayscale: #D3D3D3. Windows color (decimal): -3091735 or 15323856. OLE color: 15323856.
HSL color Cylindrical-coordinate representation of color #D0D2E9: hue angle of 235.2º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D2E9 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 210 | 233 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.09 |
| HSL | 235.2º | 0.36% | 0.86% | - |
| HSV(B) | 235.2º | 0.11% | 0.91% | - |
| XYZ | 63.77 | 65.39 | 86.35 | - |
| YUV | 212.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 233 | 0.11 | 0.10 | 0 | 0.09 | 235.2 | 0.36 | 0.86 |
| Hex | D0 | D2 | E9 | B | A | 0 | 9 | EB | 24 | 56 |
| Octal | 320 | 322 | 351 | 13 | 12 | 0 | 11 | 353 | 44 | 126 |
| Binary | 11010000 | 11010010 | 11101001 | 1011 | 1010 | 0 | 1001 | 11101011 | 100100 | 1010110 |
Color Harmonies of #D0D2E9
Complementary color
Monochromatic Colors of #D0D2E9
Black with #D0D2E9
Text Example
Text Example
White with #D0D2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D2E9; }
p { color: rgb(208,210,233); }
H1.HeaderClassName
{
color: #D0D2E9;
}
.AnyTagClassName
{
color: #D0D2E9;
}
</style>
background-color css
<style>
a { background-color: #D0D2E9; }
a { background-color: rgb(208,210,233); }
div.DivClassName
{
background-color: #D0D2E9;
}
.BgClassName
{
background-color: #D0D2E9;
}
</style>
border-color css
<style>
span { border-color: #D0D2E9; }
span { border-color: rgb(208,210,233); }
td.TdClassName
{
border-color: #D0D2E9;
}
.TagClassName
{
border-color: #D0D2E9;
}
</style>