Shades of Quill Grey #CFCCBE
Tints of Quill Grey #CFCCBE
RGB
CMYK
RGB Variations
Color information
#CFCCBE (or 0xCFCCBE) is known color: Quill Grey. HEX triplet: CF, CC and BE. RGB value is (207,204,190). Sum of RGB (Red+Green+Blue) = 207+204+190=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCBE is #303341. Grayscale: #CBCBCB. Windows color (decimal): -3158850 or 12504271. OLE color: 12504271.
HSL color Cylindrical-coordinate representation of color #CFCCBE: hue angle of 49.41º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCCBE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 190 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.19 |
| HSL | 49.41º | 0.15% | 0.78% | - |
| HSV(B) | 49.41º | 0.08% | 0.81% | - |
| XYZ | 56.62 | 60.17 | 57.34 | - |
| YUV | 203.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 190 | 0 | 0.01 | 0.08 | 0.19 | 49.41 | 0.15 | 0.78 |
| Hex | CF | CC | BE | 0 | 1 | 8 | 13 | 31 | F | 4E |
| Octal | 317 | 314 | 276 | 0 | 1 | 10 | 23 | 61 | 17 | 116 |
| Binary | 11001111 | 11001100 | 10111110 | 0 | 1 | 1000 | 10011 | 110001 | 1111 | 1001110 |
Color Harmonies of #CFCCBE
Complementary color
Monochromatic Colors of #CFCCBE
Black with #CFCCBE
Text Example
Text Example
White with #CFCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCBE; }
p { color: rgb(207,204,190); }
H1.HeaderClassName
{
color: #CFCCBE;
}
.AnyTagClassName
{
color: #CFCCBE;
}
</style>
background-color css
<style>
a { background-color: #CFCCBE; }
a { background-color: rgb(207,204,190); }
div.DivClassName
{
background-color: #CFCCBE;
}
.BgClassName
{
background-color: #CFCCBE;
}
</style>
border-color css
<style>
span { border-color: #CFCCBE; }
span { border-color: rgb(207,204,190); }
td.TdClassName
{
border-color: #CFCCBE;
}
.TagClassName
{
border-color: #CFCCBE;
}
</style>