Shades of Quartz #D0CFE1
Tints of Quartz #D0CFE1
RGB
CMYK
RGB Variations
Color information
#D0CFE1 (or 0xD0CFE1) is known color: Quartz. HEX triplet: D0, CF and E1. RGB value is (208,207,225). Sum of RGB (Red+Green+Blue) = 208+207+225=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFE1 is #2F301E. Grayscale: #D1D1D1. Windows color (decimal): -3092511 or 14798800. OLE color: 14798800.
HSL color Cylindrical-coordinate representation of color #D0CFE1: hue angle of 243.33º degrees, saturation: 0.23, 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 #D0CFE1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 207 | 225 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.12 |
| HSL | 243.33º | 0.23% | 0.85% | - |
| HSV(B) | 243.33º | 0.08% | 0.88% | - |
| XYZ | 61.92 | 63.47 | 80.22 | - |
| YUV | 209.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 225 | 0.08 | 0.08 | 0 | 0.12 | 243.33 | 0.23 | 0.85 |
| Hex | D0 | CF | E1 | 8 | 8 | 0 | C | F3 | 17 | 55 |
| Octal | 320 | 317 | 341 | 10 | 10 | 0 | 14 | 363 | 27 | 125 |
| Binary | 11010000 | 11001111 | 11100001 | 1000 | 1000 | 0 | 1100 | 11110011 | 10111 | 1010101 |
Color Harmonies of #D0CFE1
Complementary color
Monochromatic Colors of #D0CFE1
Black with #D0CFE1
Text Example
Text Example
White with #D0CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFE1; }
p { color: rgb(208,207,225); }
H1.HeaderClassName
{
color: #D0CFE1;
}
.AnyTagClassName
{
color: #D0CFE1;
}
</style>
background-color css
<style>
a { background-color: #D0CFE1; }
a { background-color: rgb(208,207,225); }
div.DivClassName
{
background-color: #D0CFE1;
}
.BgClassName
{
background-color: #D0CFE1;
}
</style>
border-color css
<style>
span { border-color: #D0CFE1; }
span { border-color: rgb(208,207,225); }
td.TdClassName
{
border-color: #D0CFE1;
}
.TagClassName
{
border-color: #D0CFE1;
}
</style>