Shades of Quill Grey #CFCDC0
Tints of Quill Grey #CFCDC0
RGB
CMYK
RGB Variations
Color information
#CFCDC0 (or 0xCFCDC0) is known color: Quill Grey. HEX triplet: CF, CD and C0. RGB value is (207,205,192). Sum of RGB (Red+Green+Blue) = 207+205+192=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDC0 is #30323F. Grayscale: #CCCCCC. Windows color (decimal): -3158592 or 12635599. OLE color: 12635599.
HSL color Cylindrical-coordinate representation of color #CFCDC0: hue angle of 52º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCDC0 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 192 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.19 |
| HSL | 52º | 0.14% | 0.78% | - |
| HSV(B) | 52º | 0.07% | 0.81% | - |
| XYZ | 57.08 | 60.73 | 58.58 | - |
| YUV | 204.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 192 | 0 | 0.01 | 0.07 | 0.19 | 52 | 0.14 | 0.78 |
| Hex | CF | CD | C0 | 0 | 1 | 7 | 13 | 34 | E | 4E |
| Octal | 317 | 315 | 300 | 0 | 1 | 7 | 23 | 64 | 16 | 116 |
| Binary | 11001111 | 11001101 | 11000000 | 0 | 1 | 111 | 10011 | 110100 | 1110 | 1001110 |
Color Harmonies of #CFCDC0
Complementary color
Monochromatic Colors of #CFCDC0
Black with #CFCDC0
Text Example
Text Example
White with #CFCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDC0; }
p { color: rgb(207,205,192); }
H1.HeaderClassName
{
color: #CFCDC0;
}
.AnyTagClassName
{
color: #CFCDC0;
}
</style>
background-color css
<style>
a { background-color: #CFCDC0; }
a { background-color: rgb(207,205,192); }
div.DivClassName
{
background-color: #CFCDC0;
}
.BgClassName
{
background-color: #CFCDC0;
}
</style>
border-color css
<style>
span { border-color: #CFCDC0; }
span { border-color: rgb(207,205,192); }
td.TdClassName
{
border-color: #CFCDC0;
}
.TagClassName
{
border-color: #CFCDC0;
}
</style>