Shades of Quill Grey #D0CEC0
Tints of Quill Grey #D0CEC0
RGB
CMYK
RGB Variations
Color information
#D0CEC0 (or 0xD0CEC0) is known color: Quill Grey. HEX triplet: D0, CE and C0. RGB value is (208,206,192). Sum of RGB (Red+Green+Blue) = 208+206+192=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEC0 is #2F313F. Grayscale: #CDCDCD. Windows color (decimal): -3092800 or 12635856. OLE color: 12635856.
HSL color Cylindrical-coordinate representation of color #D0CEC0: hue angle of 52.5º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CEC0 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 192 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.18 |
| HSL | 52.5º | 0.15% | 0.78% | - |
| HSV(B) | 52.5º | 0.08% | 0.82% | - |
| XYZ | 57.6 | 61.36 | 58.68 | - |
| YUV | 205 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 192 | 0 | 0.01 | 0.08 | 0.18 | 52.5 | 0.15 | 0.78 |
| Hex | D0 | CE | C0 | 0 | 1 | 8 | 12 | 34 | F | 4E |
| Octal | 320 | 316 | 300 | 0 | 1 | 10 | 22 | 64 | 17 | 116 |
| Binary | 11010000 | 11001110 | 11000000 | 0 | 1 | 1000 | 10010 | 110100 | 1111 | 1001110 |
Color Harmonies of #D0CEC0
Complementary color
Monochromatic Colors of #D0CEC0
Black with #D0CEC0
Text Example
Text Example
White with #D0CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEC0; }
p { color: rgb(208,206,192); }
H1.HeaderClassName
{
color: #D0CEC0;
}
.AnyTagClassName
{
color: #D0CEC0;
}
</style>
background-color css
<style>
a { background-color: #D0CEC0; }
a { background-color: rgb(208,206,192); }
div.DivClassName
{
background-color: #D0CEC0;
}
.BgClassName
{
background-color: #D0CEC0;
}
</style>
border-color css
<style>
span { border-color: #D0CEC0; }
span { border-color: rgb(208,206,192); }
td.TdClassName
{
border-color: #D0CEC0;
}
.TagClassName
{
border-color: #D0CEC0;
}
</style>