Shades of Quartz #D0CEDF
Tints of Quartz #D0CEDF
RGB
CMYK
RGB Variations
Color information
#D0CEDF (or 0xD0CEDF) is known color: Quartz. HEX triplet: D0, CE and DF. RGB value is (208,206,223). Sum of RGB (Red+Green+Blue) = 208+206+223=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEDF is #2F3120. Grayscale: #D0D0D0. Windows color (decimal): -3092769 or 14667472. OLE color: 14667472.
HSL color Cylindrical-coordinate representation of color #D0CEDF: hue angle of 247.06º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CEDF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 206 | 223 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.13 |
| HSL | 247.06º | 0.21% | 0.84% | - |
| HSV(B) | 247.06º | 0.08% | 0.87% | - |
| XYZ | 61.4 | 62.88 | 78.71 | - |
| YUV | 208.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 223 | 0.07 | 0.08 | 0 | 0.13 | 247.06 | 0.21 | 0.84 |
| Hex | D0 | CE | DF | 7 | 8 | 0 | D | F7 | 15 | 54 |
| Octal | 320 | 316 | 337 | 7 | 10 | 0 | 15 | 367 | 25 | 124 |
| Binary | 11010000 | 11001110 | 11011111 | 111 | 1000 | 0 | 1101 | 11110111 | 10101 | 1010100 |
Color Harmonies of #D0CEDF
Complementary color
Monochromatic Colors of #D0CEDF
Black with #D0CEDF
Text Example
Text Example
White with #D0CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEDF; }
p { color: rgb(208,206,223); }
H1.HeaderClassName
{
color: #D0CEDF;
}
.AnyTagClassName
{
color: #D0CEDF;
}
</style>
background-color css
<style>
a { background-color: #D0CEDF; }
a { background-color: rgb(208,206,223); }
div.DivClassName
{
background-color: #D0CEDF;
}
.BgClassName
{
background-color: #D0CEDF;
}
</style>
border-color css
<style>
span { border-color: #D0CEDF; }
span { border-color: rgb(208,206,223); }
td.TdClassName
{
border-color: #D0CEDF;
}
.TagClassName
{
border-color: #D0CEDF;
}
</style>