Shades of Quill Grey #CFCDC3
Tints of Quill Grey #CFCDC3
RGB
CMYK
RGB Variations
Color information
#CFCDC3 (or 0xCFCDC3) is known color: Quill Grey. HEX triplet: CF, CD and C3. RGB value is (207,205,195). Sum of RGB (Red+Green+Blue) = 207+205+195=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDC3 is #30323C. Grayscale: #CCCCCC. Windows color (decimal): -3158589 or 12832207. OLE color: 12832207.
HSL color Cylindrical-coordinate representation of color #CFCDC3: hue angle of 50º degrees, saturation: 0.11, 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 #CFCDC3 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 205 | 195 | - |
CMYK | 0 | 0.01 | 0.06 | 0.19 |
HSL | 50º | 0.11% | 0.79% | - |
HSV(B) | 50º | 0.06% | 0.81% | - |
XYZ | 57.41 | 60.87 | 60.35 | - |
YUV | 204.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 195 | 0 | 0.01 | 0.06 | 0.19 | 50 | 0.11 | 0.79 |
Hex | CF | CD | C3 | 0 | 1 | 6 | 13 | 32 | B | 4F |
Octal | 317 | 315 | 303 | 0 | 1 | 6 | 23 | 62 | 13 | 117 |
Binary | 11001111 | 11001101 | 11000011 | 0 | 1 | 110 | 10011 | 110010 | 1011 | 1001111 |
Color Harmonies of #CFCDC3
Complementary color
Monochromatic Colors of #CFCDC3
Black with #CFCDC3
Text Example
Text Example
White with #CFCDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDC3; }
p { color: rgb(207,205,195); }
H1.HeaderClassName
{
color: #CFCDC3;
}
.AnyTagClassName
{
color: #CFCDC3;
}
</style>
background-color css
<style>
a { background-color: #CFCDC3; }
a { background-color: rgb(207,205,195); }
div.DivClassName
{
background-color: #CFCDC3;
}
.BgClassName
{
background-color: #CFCDC3;
}
</style>
border-color css
<style>
span { border-color: #CFCDC3; }
span { border-color: rgb(207,205,195); }
td.TdClassName
{
border-color: #CFCDC3;
}
.TagClassName
{
border-color: #CFCDC3;
}
</style>