Shades of Quill Grey #CFCBBC
Tints of Quill Grey #CFCBBC
RGB
CMYK
RGB Variations
Color information
#CFCBBC (or 0xCFCBBC) is known color: Quill Grey. HEX triplet: CF, CB and BC. RGB value is (207,203,188). Sum of RGB (Red+Green+Blue) = 207+203+188=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBBC is #303443. Grayscale: #CACACA. Windows color (decimal): -3159108 or 12372943. OLE color: 12372943.
HSL color Cylindrical-coordinate representation of color #CFCBBC: hue angle of 47.37º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCBBC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 188 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.19 |
| HSL | 47.37º | 0.17% | 0.77% | - |
| HSV(B) | 47.37º | 0.09% | 0.81% | - |
| XYZ | 56.17 | 59.61 | 56.12 | - |
| YUV | 202.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 188 | 0 | 0.02 | 0.09 | 0.19 | 47.37 | 0.17 | 0.77 |
| Hex | CF | CB | BC | 0 | 2 | 9 | 13 | 2F | 11 | 4D |
| Octal | 317 | 313 | 274 | 0 | 2 | 11 | 23 | 57 | 21 | 115 |
| Binary | 11001111 | 11001011 | 10111100 | 0 | 10 | 1001 | 10011 | 101111 | 10001 | 1001101 |
Color Harmonies of #CFCBBC
Complementary color
Monochromatic Colors of #CFCBBC
Black with #CFCBBC
Text Example
Text Example
White with #CFCBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBBC; }
p { color: rgb(207,203,188); }
H1.HeaderClassName
{
color: #CFCBBC;
}
.AnyTagClassName
{
color: #CFCBBC;
}
</style>
background-color css
<style>
a { background-color: #CFCBBC; }
a { background-color: rgb(207,203,188); }
div.DivClassName
{
background-color: #CFCBBC;
}
.BgClassName
{
background-color: #CFCBBC;
}
</style>
border-color css
<style>
span { border-color: #CFCBBC; }
span { border-color: rgb(207,203,188); }
td.TdClassName
{
border-color: #CFCBBC;
}
.TagClassName
{
border-color: #CFCBBC;
}
</style>