Shades of Quill Grey #CECCC6
Tints of Quill Grey #CECCC6
RGB
CMYK
RGB Variations
Color information
#CECCC6 (or 0xCECCC6) is known color: Quill Grey. HEX triplet: CE, CC and C6. RGB value is (206,204,198). Sum of RGB (Red+Green+Blue) = 206+204+198=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC6 is #313339. Grayscale: #CBCBCB. Windows color (decimal): -3224378 or 13028558. OLE color: 13028558.
HSL color Cylindrical-coordinate representation of color #CECCC6: hue angle of 45º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CECCC6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 198 | - |
CMYK | 0 | 0.01 | 0.04 | 0.19 |
HSL | 45º | 0.08% | 0.79% | - |
HSV(B) | 45º | 0.04% | 0.81% | - |
XYZ | 57.24 | 60.38 | 62.06 | - |
YUV | 203.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 198 | 0 | 0.01 | 0.04 | 0.19 | 45 | 0.08 | 0.79 |
Hex | CE | CC | C6 | 0 | 1 | 4 | 13 | 2D | 8 | 4F |
Octal | 316 | 314 | 306 | 0 | 1 | 4 | 23 | 55 | 10 | 117 |
Binary | 11001110 | 11001100 | 11000110 | 0 | 1 | 100 | 10011 | 101101 | 1000 | 1001111 |
Color Harmonies of #CECCC6
Complementary color
Monochromatic Colors of #CECCC6
Black with #CECCC6
Text Example
Text Example
White with #CECCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCC6; }
p { color: rgb(206,204,198); }
H1.HeaderClassName
{
color: #CECCC6;
}
.AnyTagClassName
{
color: #CECCC6;
}
</style>
background-color css
<style>
a { background-color: #CECCC6; }
a { background-color: rgb(206,204,198); }
div.DivClassName
{
background-color: #CECCC6;
}
.BgClassName
{
background-color: #CECCC6;
}
</style>
border-color css
<style>
span { border-color: #CECCC6; }
span { border-color: rgb(206,204,198); }
td.TdClassName
{
border-color: #CECCC6;
}
.TagClassName
{
border-color: #CECCC6;
}
</style>