Shades of Quill Grey #CECBC3
Tints of Quill Grey #CECBC3
RGB
CMYK
RGB Variations
Color information
#CECBC3 (or 0xCECBC3) is known color: Quill Grey. HEX triplet: CE, CB and C3. RGB value is (206,203,195). Sum of RGB (Red+Green+Blue) = 206+203+195=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC3 is #31343C. Grayscale: #CBCBCB. Windows color (decimal): -3224637 or 12831694. OLE color: 12831694.
HSL color Cylindrical-coordinate representation of color #CECBC3: hue angle of 43.64º 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 #CECBC3 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 195 | - |
CMYK | 0 | 0.01 | 0.05 | 0.19 |
HSL | 43.64º | 0.1% | 0.79% | - |
HSV(B) | 43.64º | 0.05% | 0.81% | - |
XYZ | 56.66 | 59.77 | 60.18 | - |
YUV | 202.99 | 123.49 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 195 | 0 | 0.01 | 0.05 | 0.19 | 43.64 | 0.1 | 0.79 |
Hex | CE | CB | C3 | 0 | 1 | 5 | 13 | 2C | A | 4F |
Octal | 316 | 313 | 303 | 0 | 1 | 5 | 23 | 54 | 12 | 117 |
Binary | 11001110 | 11001011 | 11000011 | 0 | 1 | 101 | 10011 | 101100 | 1010 | 1001111 |
Color Harmonies of #CECBC3
Complementary color
Monochromatic Colors of #CECBC3
Black with #CECBC3
Text Example
Text Example
White with #CECBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBC3; }
p { color: rgb(206,203,195); }
H1.HeaderClassName
{
color: #CECBC3;
}
.AnyTagClassName
{
color: #CECBC3;
}
</style>
background-color css
<style>
a { background-color: #CECBC3; }
a { background-color: rgb(206,203,195); }
div.DivClassName
{
background-color: #CECBC3;
}
.BgClassName
{
background-color: #CECBC3;
}
</style>
border-color css
<style>
span { border-color: #CECBC3; }
span { border-color: rgb(206,203,195); }
td.TdClassName
{
border-color: #CECBC3;
}
.TagClassName
{
border-color: #CECBC3;
}
</style>