Shades of Quartz #D0CEE1
Tints of Quartz #D0CEE1
RGB
CMYK
RGB Variations
Color information
#D0CEE1 (or 0xD0CEE1) is known color: Quartz. HEX triplet: D0, CE and E1. RGB value is (208,206,225). Sum of RGB (Red+Green+Blue) = 208+206+225=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEE1 is #2F311E. Grayscale: #D0D0D0. Windows color (decimal): -3092767 or 14798544. OLE color: 14798544.
HSL color Cylindrical-coordinate representation of color #D0CEE1: hue angle of 246.32º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CEE1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 206 | 225 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.12 |
| HSL | 246.32º | 0.24% | 0.85% | - |
| HSV(B) | 246.32º | 0.08% | 0.88% | - |
| XYZ | 61.67 | 62.99 | 80.14 | - |
| YUV | 208.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 225 | 0.08 | 0.08 | 0 | 0.12 | 246.32 | 0.24 | 0.85 |
| Hex | D0 | CE | E1 | 8 | 8 | 0 | C | F6 | 18 | 55 |
| Octal | 320 | 316 | 341 | 10 | 10 | 0 | 14 | 366 | 30 | 125 |
| Binary | 11010000 | 11001110 | 11100001 | 1000 | 1000 | 0 | 1100 | 11110110 | 11000 | 1010101 |
Color Harmonies of #D0CEE1
Complementary color
Monochromatic Colors of #D0CEE1
Black with #D0CEE1
Text Example
Text Example
White with #D0CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEE1; }
p { color: rgb(208,206,225); }
H1.HeaderClassName
{
color: #D0CEE1;
}
.AnyTagClassName
{
color: #D0CEE1;
}
</style>
background-color css
<style>
a { background-color: #D0CEE1; }
a { background-color: rgb(208,206,225); }
div.DivClassName
{
background-color: #D0CEE1;
}
.BgClassName
{
background-color: #D0CEE1;
}
</style>
border-color css
<style>
span { border-color: #D0CEE1; }
span { border-color: rgb(208,206,225); }
td.TdClassName
{
border-color: #D0CEE1;
}
.TagClassName
{
border-color: #D0CEE1;
}
</style>