Shades of Quill Grey #CECDC7
Tints of Quill Grey #CECDC7
RGB
CMYK
RGB Variations
Color information
#CECDC7 (or 0xCECDC7) is known color: Quill Grey. HEX triplet: CE, CD and C7. RGB value is (206,205,199). Sum of RGB (Red+Green+Blue) = 206+205+199=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 206 - color contains mainly: red. Hex color #CECDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDC7 is #313238. Grayscale: #CCCCCC. Windows color (decimal): -3224121 or 13094350. OLE color: 13094350.
HSL color Cylindrical-coordinate representation of color #CECDC7: hue angle of 51.43º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECDC7 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 205 | 199 | - |
CMYK | 0 | 0.00 | 0.03 | 0.19 |
HSL | 51.43º | 0.07% | 0.79% | - |
HSV(B) | 51.43º | 0.03% | 0.81% | - |
XYZ | 57.59 | 60.91 | 62.75 | - |
YUV | 204.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 199 | 0 | 0.00 | 0.03 | 0.19 | 51.43 | 0.07 | 0.79 |
Hex | CE | CD | C7 | 0 | 0 | 3 | 13 | 33 | 7 | 4F |
Octal | 316 | 315 | 307 | 0 | 0 | 3 | 23 | 63 | 7 | 117 |
Binary | 11001110 | 11001101 | 11000111 | 0 | 0 | 11 | 10011 | 110011 | 111 | 1001111 |
Color Harmonies of #CECDC7
Complementary color
Monochromatic Colors of #CECDC7
Black with #CECDC7
Text Example
Text Example
White with #CECDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDC7; }
p { color: rgb(206,205,199); }
H1.HeaderClassName
{
color: #CECDC7;
}
.AnyTagClassName
{
color: #CECDC7;
}
</style>
background-color css
<style>
a { background-color: #CECDC7; }
a { background-color: rgb(206,205,199); }
div.DivClassName
{
background-color: #CECDC7;
}
.BgClassName
{
background-color: #CECDC7;
}
</style>
border-color css
<style>
span { border-color: #CECDC7; }
span { border-color: rgb(206,205,199); }
td.TdClassName
{
border-color: #CECDC7;
}
.TagClassName
{
border-color: #CECDC7;
}
</style>