Shades of Quill Grey #CECBBB
Tints of Quill Grey #CECBBB
RGB
CMYK
RGB Variations
Color information
#CECBBB (or 0xCECBBB) is known color: Quill Grey. HEX triplet: CE, CB and BB. RGB value is (206,203,187). Sum of RGB (Red+Green+Blue) = 206+203+187=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBBB is #313444. Grayscale: #CACACA. Windows color (decimal): -3224645 or 12307406. OLE color: 12307406.
HSL color Cylindrical-coordinate representation of color #CECBBB: hue angle of 50.53º 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 #CECBBB is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 187 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.19 |
| HSL | 50.53º | 0.16% | 0.77% | - |
| HSV(B) | 50.53º | 0.09% | 0.81% | - |
| XYZ | 55.78 | 59.42 | 55.54 | - |
| YUV | 202.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 187 | 0 | 0.01 | 0.09 | 0.19 | 50.53 | 0.16 | 0.77 |
| Hex | CE | CB | BB | 0 | 1 | 9 | 13 | 33 | 10 | 4D |
| Octal | 316 | 313 | 273 | 0 | 1 | 11 | 23 | 63 | 20 | 115 |
| Binary | 11001110 | 11001011 | 10111011 | 0 | 1 | 1001 | 10011 | 110011 | 10000 | 1001101 |
Color Harmonies of #CECBBB
Complementary color
Monochromatic Colors of #CECBBB
Black with #CECBBB
Text Example
Text Example
White with #CECBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBBB; }
p { color: rgb(206,203,187); }
H1.HeaderClassName
{
color: #CECBBB;
}
.AnyTagClassName
{
color: #CECBBB;
}
</style>
background-color css
<style>
a { background-color: #CECBBB; }
a { background-color: rgb(206,203,187); }
div.DivClassName
{
background-color: #CECBBB;
}
.BgClassName
{
background-color: #CECBBB;
}
</style>
border-color css
<style>
span { border-color: #CECBBB; }
span { border-color: rgb(206,203,187); }
td.TdClassName
{
border-color: #CECBBB;
}
.TagClassName
{
border-color: #CECBBB;
}
</style>