Shades of Quill Grey #D0CEC5
Tints of Quill Grey #D0CEC5
RGB
CMYK
RGB Variations
Color information
#D0CEC5 (or 0xD0CEC5) is known color: Quill Grey. HEX triplet: D0, CE and C5. RGB value is (208,206,197). Sum of RGB (Red+Green+Blue) = 208+206+197=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEC5 is #2F313A. Grayscale: #CDCDCD. Windows color (decimal): -3092795 or 12963536. OLE color: 12963536.
HSL color Cylindrical-coordinate representation of color #D0CEC5: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0CEC5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 197 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.18 |
| HSL | 49.09º | 0.1% | 0.79% | - |
| HSV(B) | 49.09º | 0.05% | 0.82% | - |
| XYZ | 58.16 | 61.58 | 61.64 | - |
| YUV | 205.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 197 | 0 | 0.01 | 0.05 | 0.18 | 49.09 | 0.1 | 0.79 |
| Hex | D0 | CE | C5 | 0 | 1 | 5 | 12 | 31 | A | 4F |
| Octal | 320 | 316 | 305 | 0 | 1 | 5 | 22 | 61 | 12 | 117 |
| Binary | 11010000 | 11001110 | 11000101 | 0 | 1 | 101 | 10010 | 110001 | 1010 | 1001111 |
Color Harmonies of #D0CEC5
Complementary color
Monochromatic Colors of #D0CEC5
Black with #D0CEC5
Text Example
Text Example
White with #D0CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEC5; }
p { color: rgb(208,206,197); }
H1.HeaderClassName
{
color: #D0CEC5;
}
.AnyTagClassName
{
color: #D0CEC5;
}
</style>
background-color css
<style>
a { background-color: #D0CEC5; }
a { background-color: rgb(208,206,197); }
div.DivClassName
{
background-color: #D0CEC5;
}
.BgClassName
{
background-color: #D0CEC5;
}
</style>
border-color css
<style>
span { border-color: #D0CEC5; }
span { border-color: rgb(208,206,197); }
td.TdClassName
{
border-color: #D0CEC5;
}
.TagClassName
{
border-color: #D0CEC5;
}
</style>