Shades of Quartz #D0CFDE
Tints of Quartz #D0CFDE
RGB
CMYK
RGB Variations
Color information
#D0CFDE (or 0xD0CFDE) is known color: Quartz. HEX triplet: D0, CF and DE. RGB value is (208,207,222). Sum of RGB (Red+Green+Blue) = 208+207+222=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFDE is #2F3021. Grayscale: #D0D0D0. Windows color (decimal): -3092514 or 14602192. OLE color: 14602192.
HSL color Cylindrical-coordinate representation of color #D0CFDE: hue angle of 244º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0CFDE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 207 | 222 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.13 |
| HSL | 244º | 0.19% | 0.84% | - |
| HSV(B) | 244º | 0.07% | 0.87% | - |
| XYZ | 61.51 | 63.31 | 78.09 | - |
| YUV | 209.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 222 | 0.06 | 0.07 | 0 | 0.13 | 244 | 0.19 | 0.84 |
| Hex | D0 | CF | DE | 6 | 7 | 0 | D | F4 | 13 | 54 |
| Octal | 320 | 317 | 336 | 6 | 7 | 0 | 15 | 364 | 23 | 124 |
| Binary | 11010000 | 11001111 | 11011110 | 110 | 111 | 0 | 1101 | 11110100 | 10011 | 1010100 |
Color Harmonies of #D0CFDE
Complementary color
Monochromatic Colors of #D0CFDE
Black with #D0CFDE
Text Example
Text Example
White with #D0CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFDE; }
p { color: rgb(208,207,222); }
H1.HeaderClassName
{
color: #D0CFDE;
}
.AnyTagClassName
{
color: #D0CFDE;
}
</style>
background-color css
<style>
a { background-color: #D0CFDE; }
a { background-color: rgb(208,207,222); }
div.DivClassName
{
background-color: #D0CFDE;
}
.BgClassName
{
background-color: #D0CFDE;
}
</style>
border-color css
<style>
span { border-color: #D0CFDE; }
span { border-color: rgb(208,207,222); }
td.TdClassName
{
border-color: #D0CFDE;
}
.TagClassName
{
border-color: #D0CFDE;
}
</style>