Shades of Quill Grey #CFCDBE
Tints of Quill Grey #CFCDBE
RGB
CMYK
RGB Variations
Color information
#CFCDBE (or 0xCFCDBE) is known color: Quill Grey. HEX triplet: CF, CD and BE. RGB value is (207,205,190). Sum of RGB (Red+Green+Blue) = 207+205+190=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDBE is #303241. Grayscale: #CBCBCB. Windows color (decimal): -3158594 or 12504527. OLE color: 12504527.
HSL color Cylindrical-coordinate representation of color #CFCDBE: hue angle of 52.94º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCDBE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 190 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.19 |
| HSL | 52.94º | 0.15% | 0.78% | - |
| HSV(B) | 52.94º | 0.08% | 0.81% | - |
| XYZ | 56.86 | 60.65 | 57.42 | - |
| YUV | 203.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 190 | 0 | 0.01 | 0.08 | 0.19 | 52.94 | 0.15 | 0.78 |
| Hex | CF | CD | BE | 0 | 1 | 8 | 13 | 35 | F | 4E |
| Octal | 317 | 315 | 276 | 0 | 1 | 10 | 23 | 65 | 17 | 116 |
| Binary | 11001111 | 11001101 | 10111110 | 0 | 1 | 1000 | 10011 | 110101 | 1111 | 1001110 |
Color Harmonies of #CFCDBE
Complementary color
Monochromatic Colors of #CFCDBE
Black with #CFCDBE
Text Example
Text Example
White with #CFCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDBE; }
p { color: rgb(207,205,190); }
H1.HeaderClassName
{
color: #CFCDBE;
}
.AnyTagClassName
{
color: #CFCDBE;
}
</style>
background-color css
<style>
a { background-color: #CFCDBE; }
a { background-color: rgb(207,205,190); }
div.DivClassName
{
background-color: #CFCDBE;
}
.BgClassName
{
background-color: #CFCDBE;
}
</style>
border-color css
<style>
span { border-color: #CFCDBE; }
span { border-color: rgb(207,205,190); }
td.TdClassName
{
border-color: #CFCDBE;
}
.TagClassName
{
border-color: #CFCDBE;
}
</style>