Shades of Quill Grey #CEC9BC
Tints of Quill Grey #CEC9BC
RGB
CMYK
RGB Variations
Color information
#CEC9BC (or 0xCEC9BC) is known color: Quill Grey. HEX triplet: CE, C9 and BC. RGB value is (206,201,188). Sum of RGB (Red+Green+Blue) = 206+201+188=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BC is #313643. Grayscale: #C9C9C9. Windows color (decimal): -3225156 or 12372430. OLE color: 12372430.
HSL color Cylindrical-coordinate representation of color #CEC9BC: hue angle of 43.33º 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 #CEC9BC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 188 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.19 |
| HSL | 43.33º | 0.16% | 0.77% | - |
| HSV(B) | 43.33º | 0.09% | 0.81% | - |
| XYZ | 55.42 | 58.53 | 55.95 | - |
| YUV | 201.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 188 | 0 | 0.02 | 0.09 | 0.19 | 43.33 | 0.16 | 0.77 |
| Hex | CE | C9 | BC | 0 | 2 | 9 | 13 | 2B | 10 | 4D |
| Octal | 316 | 311 | 274 | 0 | 2 | 11 | 23 | 53 | 20 | 115 |
| Binary | 11001110 | 11001001 | 10111100 | 0 | 10 | 1001 | 10011 | 101011 | 10000 | 1001101 |
Color Harmonies of #CEC9BC
Complementary color
Monochromatic Colors of #CEC9BC
Black with #CEC9BC
Text Example
Text Example
White with #CEC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9BC; }
p { color: rgb(206,201,188); }
H1.HeaderClassName
{
color: #CEC9BC;
}
.AnyTagClassName
{
color: #CEC9BC;
}
</style>
background-color css
<style>
a { background-color: #CEC9BC; }
a { background-color: rgb(206,201,188); }
div.DivClassName
{
background-color: #CEC9BC;
}
.BgClassName
{
background-color: #CEC9BC;
}
</style>
border-color css
<style>
span { border-color: #CEC9BC; }
span { border-color: rgb(206,201,188); }
td.TdClassName
{
border-color: #CEC9BC;
}
.TagClassName
{
border-color: #CEC9BC;
}
</style>