Shades of Quartz #D0CFE3
Tints of Quartz #D0CFE3
RGB
CMYK
RGB Variations
Color information
#D0CFE3 (or 0xD0CFE3) is known color: Quartz. HEX triplet: D0, CF and E3. RGB value is (208,207,227). Sum of RGB (Red+Green+Blue) = 208+207+227=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #D0CFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFE3 is #2F301C. Grayscale: #D1D1D1. Windows color (decimal): -3092509 or 14929872. OLE color: 14929872.
HSL color Cylindrical-coordinate representation of color #D0CFE3: hue angle of 243º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0CFE3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 207 | 227 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.11 |
| HSL | 243º | 0.26% | 0.85% | - |
| HSV(B) | 243º | 0.09% | 0.89% | - |
| XYZ | 62.19 | 63.58 | 81.67 | - |
| YUV | 209.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 227 | 0.08 | 0.09 | 0 | 0.11 | 243 | 0.26 | 0.85 |
| Hex | D0 | CF | E3 | 8 | 9 | 0 | B | F3 | 1A | 55 |
| Octal | 320 | 317 | 343 | 10 | 11 | 0 | 13 | 363 | 32 | 125 |
| Binary | 11010000 | 11001111 | 11100011 | 1000 | 1001 | 0 | 1011 | 11110011 | 11010 | 1010101 |
Color Harmonies of #D0CFE3
Complementary color
Monochromatic Colors of #D0CFE3
Black with #D0CFE3
Text Example
Text Example
White with #D0CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFE3; }
p { color: rgb(208,207,227); }
H1.HeaderClassName
{
color: #D0CFE3;
}
.AnyTagClassName
{
color: #D0CFE3;
}
</style>
background-color css
<style>
a { background-color: #D0CFE3; }
a { background-color: rgb(208,207,227); }
div.DivClassName
{
background-color: #D0CFE3;
}
.BgClassName
{
background-color: #D0CFE3;
}
</style>
border-color css
<style>
span { border-color: #D0CFE3; }
span { border-color: rgb(208,207,227); }
td.TdClassName
{
border-color: #D0CFE3;
}
.TagClassName
{
border-color: #D0CFE3;
}
</style>