Shades of Quill Grey #CFCEC6
Tints of Quill Grey #CFCEC6
RGB
CMYK
RGB Variations
Color information
#CFCEC6 (or 0xCFCEC6) is known color: Quill Grey. HEX triplet: CF, CE and C6. RGB value is (207,206,198). Sum of RGB (Red+Green+Blue) = 207+206+198=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC6 is #303139. Grayscale: #CDCDCD. Windows color (decimal): -3158330 or 13029071. OLE color: 13029071.
HSL color Cylindrical-coordinate representation of color #CFCEC6: hue angle of 53.33º degrees, saturation: 0.09, 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 #CFCEC6 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 198 | - |
CMYK | 0 | 0.00 | 0.04 | 0.19 |
HSL | 53.33º | 0.09% | 0.79% | - |
HSV(B) | 53.33º | 0.04% | 0.81% | - |
XYZ | 58 | 61.49 | 62.24 | - |
YUV | 205.39 | 123.83 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 198 | 0 | 0.00 | 0.04 | 0.19 | 53.33 | 0.09 | 0.79 |
Hex | CF | CE | C6 | 0 | 0 | 4 | 13 | 35 | 9 | 4F |
Octal | 317 | 316 | 306 | 0 | 0 | 4 | 23 | 65 | 11 | 117 |
Binary | 11001111 | 11001110 | 11000110 | 0 | 0 | 100 | 10011 | 110101 | 1001 | 1001111 |
Color Harmonies of #CFCEC6
Complementary color
Monochromatic Colors of #CFCEC6
Black with #CFCEC6
Text Example
Text Example
White with #CFCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEC6; }
p { color: rgb(207,206,198); }
H1.HeaderClassName
{
color: #CFCEC6;
}
.AnyTagClassName
{
color: #CFCEC6;
}
</style>
background-color css
<style>
a { background-color: #CFCEC6; }
a { background-color: rgb(207,206,198); }
div.DivClassName
{
background-color: #CFCEC6;
}
.BgClassName
{
background-color: #CFCEC6;
}
</style>
border-color css
<style>
span { border-color: #CFCEC6; }
span { border-color: rgb(207,206,198); }
td.TdClassName
{
border-color: #CFCEC6;
}
.TagClassName
{
border-color: #CFCEC6;
}
</style>