Shades of Quill Grey #CECCC4
Tints of Quill Grey #CECCC4
RGB
CMYK
RGB Variations
Color information
#CECCC4 (or 0xCECCC4) is known color: Quill Grey. HEX triplet: CE, CC and C4. RGB value is (206,204,196). Sum of RGB (Red+Green+Blue) = 206+204+196=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC4 is #31333B. Grayscale: #CBCBCB. Windows color (decimal): -3224380 or 12897486. OLE color: 12897486.
HSL color Cylindrical-coordinate representation of color #CECCC4: hue angle of 48º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CECCC4 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 196 | - |
CMYK | 0 | 0.01 | 0.05 | 0.19 |
HSL | 48º | 0.09% | 0.79% | - |
HSV(B) | 48º | 0.05% | 0.81% | - |
XYZ | 57.01 | 60.29 | 60.86 | - |
YUV | 203.69 | 123.66 | 129.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 196 | 0 | 0.01 | 0.05 | 0.19 | 48 | 0.09 | 0.79 |
Hex | CE | CC | C4 | 0 | 1 | 5 | 13 | 30 | 9 | 4F |
Octal | 316 | 314 | 304 | 0 | 1 | 5 | 23 | 60 | 11 | 117 |
Binary | 11001110 | 11001100 | 11000100 | 0 | 1 | 101 | 10011 | 110000 | 1001 | 1001111 |
Color Harmonies of #CECCC4
Complementary color
Monochromatic Colors of #CECCC4
Black with #CECCC4
Text Example
Text Example
White with #CECCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCC4; }
p { color: rgb(206,204,196); }
H1.HeaderClassName
{
color: #CECCC4;
}
.AnyTagClassName
{
color: #CECCC4;
}
</style>
background-color css
<style>
a { background-color: #CECCC4; }
a { background-color: rgb(206,204,196); }
div.DivClassName
{
background-color: #CECCC4;
}
.BgClassName
{
background-color: #CECCC4;
}
</style>
border-color css
<style>
span { border-color: #CECCC4; }
span { border-color: rgb(206,204,196); }
td.TdClassName
{
border-color: #CECCC4;
}
.TagClassName
{
border-color: #CECCC4;
}
</style>