Shades of Quartz #D0CCE9
Tints of Quartz #D0CCE9
RGB
CMYK
RGB Variations
Color information
#D0CCE9 (or 0xD0CCE9) is known color: Quartz. HEX triplet: D0, CC and E9. RGB value is (208,204,233). Sum of RGB (Red+Green+Blue) = 208+204+233=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCE9 is #2F3316. Grayscale: #D0D0D0. Windows color (decimal): -3093271 or 15322320. OLE color: 15322320.
HSL color Cylindrical-coordinate representation of color #D0CCE9: hue angle of 248.28º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0CCE9 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 204 | 233 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.09 |
| HSL | 248.28º | 0.4% | 0.86% | - |
| HSV(B) | 248.28º | 0.12% | 0.91% | - |
| XYZ | 62.31 | 62.48 | 85.87 | - |
| YUV | 208.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 233 | 0.11 | 0.12 | 0 | 0.09 | 248.28 | 0.4 | 0.86 |
| Hex | D0 | CC | E9 | B | C | 0 | 9 | F8 | 28 | 56 |
| Octal | 320 | 314 | 351 | 13 | 14 | 0 | 11 | 370 | 50 | 126 |
| Binary | 11010000 | 11001100 | 11101001 | 1011 | 1100 | 0 | 1001 | 11111000 | 101000 | 1010110 |
Color Harmonies of #D0CCE9
Complementary color
Monochromatic Colors of #D0CCE9
Black with #D0CCE9
Text Example
Text Example
White with #D0CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCE9; }
p { color: rgb(208,204,233); }
H1.HeaderClassName
{
color: #D0CCE9;
}
.AnyTagClassName
{
color: #D0CCE9;
}
</style>
background-color css
<style>
a { background-color: #D0CCE9; }
a { background-color: rgb(208,204,233); }
div.DivClassName
{
background-color: #D0CCE9;
}
.BgClassName
{
background-color: #D0CCE9;
}
</style>
border-color css
<style>
span { border-color: #D0CCE9; }
span { border-color: rgb(208,204,233); }
td.TdClassName
{
border-color: #D0CCE9;
}
.TagClassName
{
border-color: #D0CCE9;
}
</style>