Shades of Quill Grey #CFCBBD
Tints of Quill Grey #CFCBBD
RGB
CMYK
RGB Variations
Color information
#CFCBBD (or 0xCFCBBD) is known color: Quill Grey. HEX triplet: CF, CB and BD. RGB value is (207,203,189). Sum of RGB (Red+Green+Blue) = 207+203+189=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBBD is #303442. Grayscale: #CACACA. Windows color (decimal): -3159107 or 12438479. OLE color: 12438479.
HSL color Cylindrical-coordinate representation of color #CFCBBD: hue angle of 46.67º 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 #CFCBBD is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 189 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.19 |
| HSL | 46.67º | 0.16% | 0.78% | - |
| HSV(B) | 46.67º | 0.09% | 0.81% | - |
| XYZ | 56.27 | 59.65 | 56.69 | - |
| YUV | 202.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 189 | 0 | 0.02 | 0.09 | 0.19 | 46.67 | 0.16 | 0.78 |
| Hex | CF | CB | BD | 0 | 2 | 9 | 13 | 2F | 10 | 4E |
| Octal | 317 | 313 | 275 | 0 | 2 | 11 | 23 | 57 | 20 | 116 |
| Binary | 11001111 | 11001011 | 10111101 | 0 | 10 | 1001 | 10011 | 101111 | 10000 | 1001110 |
Color Harmonies of #CFCBBD
Complementary color
Monochromatic Colors of #CFCBBD
Black with #CFCBBD
Text Example
Text Example
White with #CFCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBBD; }
p { color: rgb(207,203,189); }
H1.HeaderClassName
{
color: #CFCBBD;
}
.AnyTagClassName
{
color: #CFCBBD;
}
</style>
background-color css
<style>
a { background-color: #CFCBBD; }
a { background-color: rgb(207,203,189); }
div.DivClassName
{
background-color: #CFCBBD;
}
.BgClassName
{
background-color: #CFCBBD;
}
</style>
border-color css
<style>
span { border-color: #CFCBBD; }
span { border-color: rgb(207,203,189); }
td.TdClassName
{
border-color: #CFCBBD;
}
.TagClassName
{
border-color: #CFCBBD;
}
</style>