Shades of Quill Grey #CECABD
Tints of Quill Grey #CECABD
RGB
CMYK
RGB Variations
Color information
#CECABD (or 0xCECABD) is known color: Quill Grey. HEX triplet: CE, CA and BD. RGB value is (206,202,189). Sum of RGB (Red+Green+Blue) = 206+202+189=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CECABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECABD is #313542. Grayscale: #C9C9C9. Windows color (decimal): -3224899 or 12438222. OLE color: 12438222.
HSL color Cylindrical-coordinate representation of color #CECABD: hue angle of 45.88º 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 #CECABD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 202 | 189 | - |
CMYK | 0 | 0.02 | 0.08 | 0.19 |
HSL | 45.88º | 0.15% | 0.77% | - |
HSV(B) | 45.88º | 0.08% | 0.81% | - |
XYZ | 55.76 | 59.04 | 56.6 | - |
YUV | 201.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 189 | 0 | 0.02 | 0.08 | 0.19 | 45.88 | 0.15 | 0.77 |
Hex | CE | CA | BD | 0 | 2 | 8 | 13 | 2E | F | 4D |
Octal | 316 | 312 | 275 | 0 | 2 | 10 | 23 | 56 | 17 | 115 |
Binary | 11001110 | 11001010 | 10111101 | 0 | 10 | 1000 | 10011 | 101110 | 1111 | 1001101 |
Color Harmonies of #CECABD
Complementary color
Monochromatic Colors of #CECABD
Black with #CECABD
Text Example
Text Example
White with #CECABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECABD; }
p { color: rgb(206,202,189); }
H1.HeaderClassName
{
color: #CECABD;
}
.AnyTagClassName
{
color: #CECABD;
}
</style>
background-color css
<style>
a { background-color: #CECABD; }
a { background-color: rgb(206,202,189); }
div.DivClassName
{
background-color: #CECABD;
}
.BgClassName
{
background-color: #CECABD;
}
</style>
border-color css
<style>
span { border-color: #CECABD; }
span { border-color: rgb(206,202,189); }
td.TdClassName
{
border-color: #CECABD;
}
.TagClassName
{
border-color: #CECABD;
}
</style>