Shades of Quill Grey #CFCDC2
Tints of Quill Grey #CFCDC2
RGB
CMYK
RGB Variations
Color information
#CFCDC2 (or 0xCFCDC2) is known color: Quill Grey. HEX triplet: CF, CD and C2. RGB value is (207,205,194). Sum of RGB (Red+Green+Blue) = 207+205+194=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDC2 is #30323D. Grayscale: #CCCCCC. Windows color (decimal): -3158590 or 12766671. OLE color: 12766671.
HSL color Cylindrical-coordinate representation of color #CFCDC2: hue angle of 50.77º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCDC2 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 194 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.19 |
| HSL | 50.77º | 0.12% | 0.79% | - |
| HSV(B) | 50.77º | 0.06% | 0.81% | - |
| XYZ | 57.3 | 60.82 | 59.76 | - |
| YUV | 204.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 194 | 0 | 0.01 | 0.06 | 0.19 | 50.77 | 0.12 | 0.79 |
| Hex | CF | CD | C2 | 0 | 1 | 6 | 13 | 33 | C | 4F |
| Octal | 317 | 315 | 302 | 0 | 1 | 6 | 23 | 63 | 14 | 117 |
| Binary | 11001111 | 11001101 | 11000010 | 0 | 1 | 110 | 10011 | 110011 | 1100 | 1001111 |
Color Harmonies of #CFCDC2
Complementary color
Monochromatic Colors of #CFCDC2
Black with #CFCDC2
Text Example
Text Example
White with #CFCDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDC2; }
p { color: rgb(207,205,194); }
H1.HeaderClassName
{
color: #CFCDC2;
}
.AnyTagClassName
{
color: #CFCDC2;
}
</style>
background-color css
<style>
a { background-color: #CFCDC2; }
a { background-color: rgb(207,205,194); }
div.DivClassName
{
background-color: #CFCDC2;
}
.BgClassName
{
background-color: #CFCDC2;
}
</style>
border-color css
<style>
span { border-color: #CFCDC2; }
span { border-color: rgb(207,205,194); }
td.TdClassName
{
border-color: #CFCDC2;
}
.TagClassName
{
border-color: #CFCDC2;
}
</style>