Shades of Quill Grey #CECBC0
Tints of Quill Grey #CECBC0
RGB
CMYK
RGB Variations
Color information
#CECBC0 (or 0xCECBC0) is known color: Quill Grey. HEX triplet: CE, CB and C0. RGB value is (206,203,192). Sum of RGB (Red+Green+Blue) = 206+203+192=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC0 is #31343F. Grayscale: #CACACA. Windows color (decimal): -3224640 or 12635086. OLE color: 12635086.
HSL color Cylindrical-coordinate representation of color #CECBC0: hue angle of 47.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECBC0 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 192 | - |
CMYK | 0 | 0.01 | 0.07 | 0.19 |
HSL | 47.14º | 0.13% | 0.78% | - |
HSV(B) | 47.14º | 0.07% | 0.81% | - |
XYZ | 56.32 | 59.64 | 58.41 | - |
YUV | 202.64 | 121.99 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 192 | 0 | 0.01 | 0.07 | 0.19 | 47.14 | 0.13 | 0.78 |
Hex | CE | CB | C0 | 0 | 1 | 7 | 13 | 2F | C | 4E |
Octal | 316 | 313 | 300 | 0 | 1 | 7 | 23 | 57 | 14 | 116 |
Binary | 11001110 | 11001011 | 11000000 | 0 | 1 | 111 | 10011 | 101111 | 1100 | 1001110 |
Color Harmonies of #CECBC0
Complementary color
Monochromatic Colors of #CECBC0
Black with #CECBC0
Text Example
Text Example
White with #CECBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBC0; }
p { color: rgb(206,203,192); }
H1.HeaderClassName
{
color: #CECBC0;
}
.AnyTagClassName
{
color: #CECBC0;
}
</style>
background-color css
<style>
a { background-color: #CECBC0; }
a { background-color: rgb(206,203,192); }
div.DivClassName
{
background-color: #CECBC0;
}
.BgClassName
{
background-color: #CECBC0;
}
</style>
border-color css
<style>
span { border-color: #CECBC0; }
span { border-color: rgb(206,203,192); }
td.TdClassName
{
border-color: #CECBC0;
}
.TagClassName
{
border-color: #CECBC0;
}
</style>