Shades of Quill Grey #CFCBBF
Tints of Quill Grey #CFCBBF
RGB
CMYK
RGB Variations
Color information
#CFCBBF (or 0xCFCBBF) is known color: Quill Grey. HEX triplet: CF, CB and BF. RGB value is (207,203,191). Sum of RGB (Red+Green+Blue) = 207+203+191=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBBF is #303440. Grayscale: #CACACA. Windows color (decimal): -3159105 or 12569551. OLE color: 12569551.
HSL color Cylindrical-coordinate representation of color #CFCBBF: hue angle of 45º degrees, saturation: 0.14, 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 #CFCBBF is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 191 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.19 |
| HSL | 45º | 0.14% | 0.78% | - |
| HSV(B) | 45º | 0.08% | 0.81% | - |
| XYZ | 56.49 | 59.74 | 57.84 | - |
| YUV | 202.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 191 | 0 | 0.02 | 0.08 | 0.19 | 45 | 0.14 | 0.78 |
| Hex | CF | CB | BF | 0 | 2 | 8 | 13 | 2D | E | 4E |
| Octal | 317 | 313 | 277 | 0 | 2 | 10 | 23 | 55 | 16 | 116 |
| Binary | 11001111 | 11001011 | 10111111 | 0 | 10 | 1000 | 10011 | 101101 | 1110 | 1001110 |
Color Harmonies of #CFCBBF
Complementary color
Monochromatic Colors of #CFCBBF
Black with #CFCBBF
Text Example
Text Example
White with #CFCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBBF; }
p { color: rgb(207,203,191); }
H1.HeaderClassName
{
color: #CFCBBF;
}
.AnyTagClassName
{
color: #CFCBBF;
}
</style>
background-color css
<style>
a { background-color: #CFCBBF; }
a { background-color: rgb(207,203,191); }
div.DivClassName
{
background-color: #CFCBBF;
}
.BgClassName
{
background-color: #CFCBBF;
}
</style>
border-color css
<style>
span { border-color: #CFCBBF; }
span { border-color: rgb(207,203,191); }
td.TdClassName
{
border-color: #CFCBBF;
}
.TagClassName
{
border-color: #CFCBBF;
}
</style>