Shades of Quill Grey #CECABF
Tints of Quill Grey #CECABF
RGB
CMYK
RGB Variations
Color information
#CECABF (or 0xCECABF) is known color: Quill Grey. HEX triplet: CE, CA and BF. RGB value is (206,202,191). Sum of RGB (Red+Green+Blue) = 206+202+191=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 206 - color contains mainly: red. Hex color #CECABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECABF is #313540. Grayscale: #C9C9C9. Windows color (decimal): -3224897 or 12569294. OLE color: 12569294.
HSL color Cylindrical-coordinate representation of color #CECABF: hue angle of 44º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECABF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 191 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.19 |
| HSL | 44º | 0.13% | 0.78% | - |
| HSV(B) | 44º | 0.07% | 0.81% | - |
| XYZ | 55.98 | 59.12 | 57.75 | - |
| YUV | 201.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 191 | 0 | 0.02 | 0.07 | 0.19 | 44 | 0.13 | 0.78 |
| Hex | CE | CA | BF | 0 | 2 | 7 | 13 | 2C | D | 4E |
| Octal | 316 | 312 | 277 | 0 | 2 | 7 | 23 | 54 | 15 | 116 |
| Binary | 11001110 | 11001010 | 10111111 | 0 | 10 | 111 | 10011 | 101100 | 1101 | 1001110 |
Color Harmonies of #CECABF
Complementary color
Monochromatic Colors of #CECABF
Black with #CECABF
Text Example
Text Example
White with #CECABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECABF; }
p { color: rgb(206,202,191); }
H1.HeaderClassName
{
color: #CECABF;
}
.AnyTagClassName
{
color: #CECABF;
}
</style>
background-color css
<style>
a { background-color: #CECABF; }
a { background-color: rgb(206,202,191); }
div.DivClassName
{
background-color: #CECABF;
}
.BgClassName
{
background-color: #CECABF;
}
</style>
border-color css
<style>
span { border-color: #CECABF; }
span { border-color: rgb(206,202,191); }
td.TdClassName
{
border-color: #CECABF;
}
.TagClassName
{
border-color: #CECABF;
}
</style>