Shades of Quill Grey #CFCCC2
Tints of Quill Grey #CFCCC2
RGB
CMYK
RGB Variations
Color information
#CFCCC2 (or 0xCFCCC2) is known color: Quill Grey. HEX triplet: CF, CC and C2. RGB value is (207,204,194). Sum of RGB (Red+Green+Blue) = 207+204+194=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCC2 is #30333D. Grayscale: #CBCBCB. Windows color (decimal): -3158846 or 12766415. OLE color: 12766415.
HSL color Cylindrical-coordinate representation of color #CFCCC2: hue angle of 46.15º 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 #CFCCC2 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 204 | 194 | - |
CMYK | 0 | 0.01 | 0.06 | 0.19 |
HSL | 46.15º | 0.12% | 0.79% | - |
HSV(B) | 46.15º | 0.06% | 0.81% | - |
XYZ | 57.06 | 60.35 | 59.68 | - |
YUV | 203.76 | 122.49 | 130.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 204 | 194 | 0 | 0.01 | 0.06 | 0.19 | 46.15 | 0.12 | 0.79 |
Hex | CF | CC | C2 | 0 | 1 | 6 | 13 | 2E | C | 4F |
Octal | 317 | 314 | 302 | 0 | 1 | 6 | 23 | 56 | 14 | 117 |
Binary | 11001111 | 11001100 | 11000010 | 0 | 1 | 110 | 10011 | 101110 | 1100 | 1001111 |
Color Harmonies of #CFCCC2
Complementary color
Monochromatic Colors of #CFCCC2
Black with #CFCCC2
Text Example
Text Example
White with #CFCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCC2; }
p { color: rgb(207,204,194); }
H1.HeaderClassName
{
color: #CFCCC2;
}
.AnyTagClassName
{
color: #CFCCC2;
}
</style>
background-color css
<style>
a { background-color: #CFCCC2; }
a { background-color: rgb(207,204,194); }
div.DivClassName
{
background-color: #CFCCC2;
}
.BgClassName
{
background-color: #CFCCC2;
}
</style>
border-color css
<style>
span { border-color: #CFCCC2; }
span { border-color: rgb(207,204,194); }
td.TdClassName
{
border-color: #CFCCC2;
}
.TagClassName
{
border-color: #CFCCC2;
}
</style>