Shades of Quill Grey #CECCC3
Tints of Quill Grey #CECCC3
RGB
CMYK
RGB Variations
Color information
#CECCC3 (or 0xCECCC3) is known color: Quill Grey. HEX triplet: CE, CC and C3. RGB value is (206,204,195). Sum of RGB (Red+Green+Blue) = 206+204+195=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCC3 is #31333C. Grayscale: #CBCBCB. Windows color (decimal): -3224381 or 12831950. OLE color: 12831950.
HSL color Cylindrical-coordinate representation of color #CECCC3: hue angle of 49.09º degrees, saturation: 0.1, 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 #CECCC3 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 195 | - |
CMYK | 0 | 0.01 | 0.05 | 0.19 |
HSL | 49.09º | 0.1% | 0.79% | - |
HSV(B) | 49.09º | 0.05% | 0.81% | - |
XYZ | 56.9 | 60.25 | 60.26 | - |
YUV | 203.57 | 123.16 | 129.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 195 | 0 | 0.01 | 0.05 | 0.19 | 49.09 | 0.1 | 0.79 |
Hex | CE | CC | C3 | 0 | 1 | 5 | 13 | 31 | A | 4F |
Octal | 316 | 314 | 303 | 0 | 1 | 5 | 23 | 61 | 12 | 117 |
Binary | 11001110 | 11001100 | 11000011 | 0 | 1 | 101 | 10011 | 110001 | 1010 | 1001111 |
Color Harmonies of #CECCC3
Complementary color
Monochromatic Colors of #CECCC3
Black with #CECCC3
Text Example
Text Example
White with #CECCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCC3; }
p { color: rgb(206,204,195); }
H1.HeaderClassName
{
color: #CECCC3;
}
.AnyTagClassName
{
color: #CECCC3;
}
</style>
background-color css
<style>
a { background-color: #CECCC3; }
a { background-color: rgb(206,204,195); }
div.DivClassName
{
background-color: #CECCC3;
}
.BgClassName
{
background-color: #CECCC3;
}
</style>
border-color css
<style>
span { border-color: #CECCC3; }
span { border-color: rgb(206,204,195); }
td.TdClassName
{
border-color: #CECCC3;
}
.TagClassName
{
border-color: #CECCC3;
}
</style>