Shades of Quill Grey #CFCEC5
Tints of Quill Grey #CFCEC5
RGB
CMYK
RGB Variations
Color information
#CFCEC5 (or 0xCFCEC5) is known color: Quill Grey. HEX triplet: CF, CE and C5. RGB value is (207,206,197). Sum of RGB (Red+Green+Blue) = 207+206+197=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC5 is #30313A. Grayscale: #CDCDCD. Windows color (decimal): -3158331 or 12963535. OLE color: 12963535.
HSL color Cylindrical-coordinate representation of color #CFCEC5: hue angle of 54º 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 #CFCEC5 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 206 | 197 | - |
CMYK | 0 | 0.00 | 0.05 | 0.19 |
HSL | 54º | 0.09% | 0.79% | - |
HSV(B) | 54º | 0.05% | 0.81% | - |
XYZ | 57.88 | 61.44 | 61.63 | - |
YUV | 205.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 197 | 0 | 0.00 | 0.05 | 0.19 | 54 | 0.09 | 0.79 |
Hex | CF | CE | C5 | 0 | 0 | 5 | 13 | 36 | 9 | 4F |
Octal | 317 | 316 | 305 | 0 | 0 | 5 | 23 | 66 | 11 | 117 |
Binary | 11001111 | 11001110 | 11000101 | 0 | 0 | 101 | 10011 | 110110 | 1001 | 1001111 |
Color Harmonies of #CFCEC5
Complementary color
Monochromatic Colors of #CFCEC5
Black with #CFCEC5
Text Example
Text Example
White with #CFCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEC5; }
p { color: rgb(207,206,197); }
H1.HeaderClassName
{
color: #CFCEC5;
}
.AnyTagClassName
{
color: #CFCEC5;
}
</style>
background-color css
<style>
a { background-color: #CFCEC5; }
a { background-color: rgb(207,206,197); }
div.DivClassName
{
background-color: #CFCEC5;
}
.BgClassName
{
background-color: #CFCEC5;
}
</style>
border-color css
<style>
span { border-color: #CFCEC5; }
span { border-color: rgb(207,206,197); }
td.TdClassName
{
border-color: #CFCEC5;
}
.TagClassName
{
border-color: #CFCEC5;
}
</style>