Shades of Quill Grey #CECCC5
Tints of Quill Grey #CECCC5
RGB
CMYK
RGB Variations
Color information
#CECCC5 (or 0xCECCC5) is known color: Quill Grey. HEX triplet: CE, CC and C5. RGB value is (206,204,197). Sum of RGB (Red+Green+Blue) = 206+204+197=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC5 is #31333A. Grayscale: #CBCBCB. Windows color (decimal): -3224379 or 12963022. OLE color: 12963022.
HSL color Cylindrical-coordinate representation of color #CECCC5: hue angle of 46.67º 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 #CECCC5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 197 | - |
CMYK | 0 | 0.01 | 0.04 | 0.19 |
HSL | 46.67º | 0.08% | 0.79% | - |
HSV(B) | 46.67º | 0.04% | 0.81% | - |
XYZ | 57.12 | 60.34 | 61.46 | - |
YUV | 203.8 | 124.16 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 197 | 0 | 0.01 | 0.04 | 0.19 | 46.67 | 0.08 | 0.79 |
Hex | CE | CC | C5 | 0 | 1 | 4 | 13 | 2F | 8 | 4F |
Octal | 316 | 314 | 305 | 0 | 1 | 4 | 23 | 57 | 10 | 117 |
Binary | 11001110 | 11001100 | 11000101 | 0 | 1 | 100 | 10011 | 101111 | 1000 | 1001111 |
Color Harmonies of #CECCC5
Complementary color
Monochromatic Colors of #CECCC5
Black with #CECCC5
Text Example
Text Example
White with #CECCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCC5; }
p { color: rgb(206,204,197); }
H1.HeaderClassName
{
color: #CECCC5;
}
.AnyTagClassName
{
color: #CECCC5;
}
</style>
background-color css
<style>
a { background-color: #CECCC5; }
a { background-color: rgb(206,204,197); }
div.DivClassName
{
background-color: #CECCC5;
}
.BgClassName
{
background-color: #CECCC5;
}
</style>
border-color css
<style>
span { border-color: #CECCC5; }
span { border-color: rgb(206,204,197); }
td.TdClassName
{
border-color: #CECCC5;
}
.TagClassName
{
border-color: #CECCC5;
}
</style>