Shades of Quill Grey #CEC9BD
Tints of Quill Grey #CEC9BD
RGB
CMYK
RGB Variations
Color information
#CEC9BD (or 0xCEC9BD) is known color: Quill Grey. HEX triplet: CE, C9 and BD. RGB value is (206,201,189). Sum of RGB (Red+Green+Blue) = 206+201+189=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BD is #313642. Grayscale: #C9C9C9. Windows color (decimal): -3225155 or 12437966. OLE color: 12437966.
HSL color Cylindrical-coordinate representation of color #CEC9BD: hue angle of 42.35º 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 #CEC9BD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 189 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.19 |
| HSL | 42.35º | 0.15% | 0.77% | - |
| HSV(B) | 42.35º | 0.08% | 0.81% | - |
| XYZ | 55.53 | 58.57 | 56.52 | - |
| YUV | 201.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 189 | 0 | 0.02 | 0.08 | 0.19 | 42.35 | 0.15 | 0.77 |
| Hex | CE | C9 | BD | 0 | 2 | 8 | 13 | 2A | F | 4D |
| Octal | 316 | 311 | 275 | 0 | 2 | 10 | 23 | 52 | 17 | 115 |
| Binary | 11001110 | 11001001 | 10111101 | 0 | 10 | 1000 | 10011 | 101010 | 1111 | 1001101 |
Color Harmonies of #CEC9BD
Complementary color
Monochromatic Colors of #CEC9BD
Black with #CEC9BD
Text Example
Text Example
White with #CEC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9BD; }
p { color: rgb(206,201,189); }
H1.HeaderClassName
{
color: #CEC9BD;
}
.AnyTagClassName
{
color: #CEC9BD;
}
</style>
background-color css
<style>
a { background-color: #CEC9BD; }
a { background-color: rgb(206,201,189); }
div.DivClassName
{
background-color: #CEC9BD;
}
.BgClassName
{
background-color: #CEC9BD;
}
</style>
border-color css
<style>
span { border-color: #CEC9BD; }
span { border-color: rgb(206,201,189); }
td.TdClassName
{
border-color: #CEC9BD;
}
.TagClassName
{
border-color: #CEC9BD;
}
</style>