Shades of Quartz #D0CEE7
Tints of Quartz #D0CEE7
RGB
CMYK
RGB Variations
Color information
#D0CEE7 (or 0xD0CEE7) is known color: Quartz. HEX triplet: D0, CE and E7. RGB value is (208,206,231). Sum of RGB (Red+Green+Blue) = 208+206+231=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEE7 is #2F3118. Grayscale: #D1D1D1. Windows color (decimal): -3092761 or 15191760. OLE color: 15191760.
HSL color Cylindrical-coordinate representation of color #D0CEE7: hue angle of 244.8º degrees, saturation: 0.34, 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 #D0CEE7 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 206 | 231 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.09 |
| HSL | 244.8º | 0.34% | 0.86% | - |
| HSV(B) | 244.8º | 0.11% | 0.91% | - |
| XYZ | 62.51 | 63.32 | 84.53 | - |
| YUV | 209.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 231 | 0.10 | 0.11 | 0 | 0.09 | 244.8 | 0.34 | 0.86 |
| Hex | D0 | CE | E7 | A | B | 0 | 9 | F5 | 22 | 56 |
| Octal | 320 | 316 | 347 | 12 | 13 | 0 | 11 | 365 | 42 | 126 |
| Binary | 11010000 | 11001110 | 11100111 | 1010 | 1011 | 0 | 1001 | 11110101 | 100010 | 1010110 |
Color Harmonies of #D0CEE7
Complementary color
Monochromatic Colors of #D0CEE7
Black with #D0CEE7
Text Example
Text Example
White with #D0CEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEE7; }
p { color: rgb(208,206,231); }
H1.HeaderClassName
{
color: #D0CEE7;
}
.AnyTagClassName
{
color: #D0CEE7;
}
</style>
background-color css
<style>
a { background-color: #D0CEE7; }
a { background-color: rgb(208,206,231); }
div.DivClassName
{
background-color: #D0CEE7;
}
.BgClassName
{
background-color: #D0CEE7;
}
</style>
border-color css
<style>
span { border-color: #D0CEE7; }
span { border-color: rgb(208,206,231); }
td.TdClassName
{
border-color: #D0CEE7;
}
.TagClassName
{
border-color: #D0CEE7;
}
</style>