Shades of Quill Grey #CECBBD
Tints of Quill Grey #CECBBD
RGB
CMYK
RGB Variations
Color information
#CECBBD (or 0xCECBBD) is known color: Quill Grey. HEX triplet: CE, CB and BD. RGB value is (206,203,189). Sum of RGB (Red+Green+Blue) = 206+203+189=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBBD is #313442. Grayscale: #CACACA. Windows color (decimal): -3224643 or 12438478. OLE color: 12438478.
HSL color Cylindrical-coordinate representation of color #CECBBD: hue angle of 49.41º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECBBD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 189 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.19 |
| HSL | 49.41º | 0.15% | 0.77% | - |
| HSV(B) | 49.41º | 0.08% | 0.81% | - |
| XYZ | 55.99 | 59.51 | 56.68 | - |
| YUV | 202.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 189 | 0 | 0.01 | 0.08 | 0.19 | 49.41 | 0.15 | 0.77 |
| Hex | CE | CB | BD | 0 | 1 | 8 | 13 | 31 | F | 4D |
| Octal | 316 | 313 | 275 | 0 | 1 | 10 | 23 | 61 | 17 | 115 |
| Binary | 11001110 | 11001011 | 10111101 | 0 | 1 | 1000 | 10011 | 110001 | 1111 | 1001101 |
Color Harmonies of #CECBBD
Complementary color
Monochromatic Colors of #CECBBD
Black with #CECBBD
Text Example
Text Example
White with #CECBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBBD; }
p { color: rgb(206,203,189); }
H1.HeaderClassName
{
color: #CECBBD;
}
.AnyTagClassName
{
color: #CECBBD;
}
</style>
background-color css
<style>
a { background-color: #CECBBD; }
a { background-color: rgb(206,203,189); }
div.DivClassName
{
background-color: #CECBBD;
}
.BgClassName
{
background-color: #CECBBD;
}
</style>
border-color css
<style>
span { border-color: #CECBBD; }
span { border-color: rgb(206,203,189); }
td.TdClassName
{
border-color: #CECBBD;
}
.TagClassName
{
border-color: #CECBBD;
}
</style>