Shades of Quill Grey #D1CFC0
Tints of Quill Grey #D1CFC0
RGB
CMYK
RGB Variations
Color information
#D1CFC0 (or 0xD1CFC0) is known color: Quill Grey. HEX triplet: D1, CF and C0. RGB value is (209,207,192). Sum of RGB (Red+Green+Blue) = 209+207+192=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CFC0 is #2E303F. Grayscale: #CDCDCD. Windows color (decimal): -3027008 or 12636113. OLE color: 12636113.
HSL color Cylindrical-coordinate representation of color #D1CFC0: hue angle of 52.94º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1CFC0 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 192 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.18 |
| HSL | 52.94º | 0.16% | 0.79% | - |
| HSV(B) | 52.94º | 0.08% | 0.82% | - |
| XYZ | 58.12 | 61.99 | 58.77 | - |
| YUV | 205.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 192 | 0 | 0.01 | 0.08 | 0.18 | 52.94 | 0.16 | 0.79 |
| Hex | D1 | CF | C0 | 0 | 1 | 8 | 12 | 35 | 10 | 4F |
| Octal | 321 | 317 | 300 | 0 | 1 | 10 | 22 | 65 | 20 | 117 |
| Binary | 11010001 | 11001111 | 11000000 | 0 | 1 | 1000 | 10010 | 110101 | 10000 | 1001111 |
Color Harmonies of #D1CFC0
Complementary color
Monochromatic Colors of #D1CFC0
Black with #D1CFC0
Text Example
Text Example
White with #D1CFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFC0; }
p { color: rgb(209,207,192); }
H1.HeaderClassName
{
color: #D1CFC0;
}
.AnyTagClassName
{
color: #D1CFC0;
}
</style>
background-color css
<style>
a { background-color: #D1CFC0; }
a { background-color: rgb(209,207,192); }
div.DivClassName
{
background-color: #D1CFC0;
}
.BgClassName
{
background-color: #D1CFC0;
}
</style>
border-color css
<style>
span { border-color: #D1CFC0; }
span { border-color: rgb(209,207,192); }
td.TdClassName
{
border-color: #D1CFC0;
}
.TagClassName
{
border-color: #D1CFC0;
}
</style>