Shades of Quill Grey #CECABB
Tints of Quill Grey #CECABB
RGB
CMYK
RGB Variations
Color information
#CECABB (or 0xCECABB) is known color: Quill Grey. HEX triplet: CE, CA and BB. RGB value is (206,202,187). Sum of RGB (Red+Green+Blue) = 206+202+187=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CECABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECABB is #313544. Grayscale: #C9C9C9. Windows color (decimal): -3224901 or 12307150. OLE color: 12307150.
HSL color Cylindrical-coordinate representation of color #CECABB: hue angle of 47.37º degrees, saturation: 0.16, 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 #CECABB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 187 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.19 |
| HSL | 47.37º | 0.16% | 0.77% | - |
| HSV(B) | 47.37º | 0.09% | 0.81% | - |
| XYZ | 55.54 | 58.95 | 55.46 | - |
| YUV | 201.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 187 | 0 | 0.02 | 0.09 | 0.19 | 47.37 | 0.16 | 0.77 |
| Hex | CE | CA | BB | 0 | 2 | 9 | 13 | 2F | 10 | 4D |
| Octal | 316 | 312 | 273 | 0 | 2 | 11 | 23 | 57 | 20 | 115 |
| Binary | 11001110 | 11001010 | 10111011 | 0 | 10 | 1001 | 10011 | 101111 | 10000 | 1001101 |
Color Harmonies of #CECABB
Complementary color
Monochromatic Colors of #CECABB
Black with #CECABB
Text Example
Text Example
White with #CECABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECABB; }
p { color: rgb(206,202,187); }
H1.HeaderClassName
{
color: #CECABB;
}
.AnyTagClassName
{
color: #CECABB;
}
</style>
background-color css
<style>
a { background-color: #CECABB; }
a { background-color: rgb(206,202,187); }
div.DivClassName
{
background-color: #CECABB;
}
.BgClassName
{
background-color: #CECABB;
}
</style>
border-color css
<style>
span { border-color: #CECABB; }
span { border-color: rgb(206,202,187); }
td.TdClassName
{
border-color: #CECABB;
}
.TagClassName
{
border-color: #CECABB;
}
</style>