Shades of Quill Grey #CFCCBD
Tints of Quill Grey #CFCCBD
RGB
CMYK
RGB Variations
Color information
#CFCCBD (or 0xCFCCBD) is known color: Quill Grey. HEX triplet: CF, CC and BD. RGB value is (207,204,189). Sum of RGB (Red+Green+Blue) = 207+204+189=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCBD is #303342. Grayscale: #CBCBCB. Windows color (decimal): -3158851 or 12438735. OLE color: 12438735.
HSL color Cylindrical-coordinate representation of color #CFCCBD: hue angle of 50º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCCBD is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 189 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.19 |
| HSL | 50º | 0.16% | 0.78% | - |
| HSV(B) | 50º | 0.09% | 0.81% | - |
| XYZ | 56.51 | 60.13 | 56.77 | - |
| YUV | 203.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 189 | 0 | 0.01 | 0.09 | 0.19 | 50 | 0.16 | 0.78 |
| Hex | CF | CC | BD | 0 | 1 | 9 | 13 | 32 | 10 | 4E |
| Octal | 317 | 314 | 275 | 0 | 1 | 11 | 23 | 62 | 20 | 116 |
| Binary | 11001111 | 11001100 | 10111101 | 0 | 1 | 1001 | 10011 | 110010 | 10000 | 1001110 |
Color Harmonies of #CFCCBD
Complementary color
Monochromatic Colors of #CFCCBD
Black with #CFCCBD
Text Example
Text Example
White with #CFCCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCBD; }
p { color: rgb(207,204,189); }
H1.HeaderClassName
{
color: #CFCCBD;
}
.AnyTagClassName
{
color: #CFCCBD;
}
</style>
background-color css
<style>
a { background-color: #CFCCBD; }
a { background-color: rgb(207,204,189); }
div.DivClassName
{
background-color: #CFCCBD;
}
.BgClassName
{
background-color: #CFCCBD;
}
</style>
border-color css
<style>
span { border-color: #CFCCBD; }
span { border-color: rgb(207,204,189); }
td.TdClassName
{
border-color: #CFCCBD;
}
.TagClassName
{
border-color: #CFCCBD;
}
</style>