Shades of Quartz #D2CEE8
Tints of Quartz #D2CEE8
RGB
CMYK
RGB Variations
Color information
#D2CEE8 (or 0xD2CEE8) is known color: Quartz. HEX triplet: D2, CE and E8. RGB value is (210,206,232). Sum of RGB (Red+Green+Blue) = 210+206+232=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #D2CEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEE8 is #2D3117. Grayscale: #D2D2D2. Windows color (decimal): -2961688 or 15257298. OLE color: 15257298.
HSL color Cylindrical-coordinate representation of color #D2CEE8: hue angle of 249.23º 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 #D2CEE8 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 206 | 232 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.09 |
| HSL | 249.23º | 0.36% | 0.86% | - |
| HSV(B) | 249.23º | 0.11% | 0.91% | - |
| XYZ | 63.22 | 63.67 | 85.3 | - |
| YUV | 210.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 232 | 0.09 | 0.11 | 0 | 0.09 | 249.23 | 0.36 | 0.86 |
| Hex | D2 | CE | E8 | 9 | B | 0 | 9 | F9 | 24 | 56 |
| Octal | 322 | 316 | 350 | 11 | 13 | 0 | 11 | 371 | 44 | 126 |
| Binary | 11010010 | 11001110 | 11101000 | 1001 | 1011 | 0 | 1001 | 11111001 | 100100 | 1010110 |
Color Harmonies of #D2CEE8
Complementary color
Monochromatic Colors of #D2CEE8
Black with #D2CEE8
Text Example
Text Example
White with #D2CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEE8; }
p { color: rgb(210,206,232); }
H1.HeaderClassName
{
color: #D2CEE8;
}
.AnyTagClassName
{
color: #D2CEE8;
}
</style>
background-color css
<style>
a { background-color: #D2CEE8; }
a { background-color: rgb(210,206,232); }
div.DivClassName
{
background-color: #D2CEE8;
}
.BgClassName
{
background-color: #D2CEE8;
}
</style>
border-color css
<style>
span { border-color: #D2CEE8; }
span { border-color: rgb(210,206,232); }
td.TdClassName
{
border-color: #D2CEE8;
}
.TagClassName
{
border-color: #D2CEE8;
}
</style>