Shades of Quill Grey #CDC8BC
Tints of Quill Grey #CDC8BC
RGB
CMYK
RGB Variations
Color information
#CDC8BC (or 0xCDC8BC) is known color: Quill Grey. HEX triplet: CD, C8 and BC. RGB value is (205,200,188). Sum of RGB (Red+Green+Blue) = 205+200+188=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8BC is #323743. Grayscale: #C8C8C8. Windows color (decimal): -3290948 or 12372173. OLE color: 12372173.
HSL color Cylindrical-coordinate representation of color #CDC8BC: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDC8BC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 188 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.20 |
| HSL | 42.35º | 0.15% | 0.77% | - |
| HSV(B) | 42.35º | 0.08% | 0.8% | - |
| XYZ | 54.91 | 57.92 | 55.86 | - |
| YUV | 200.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 188 | 0 | 0.02 | 0.08 | 0.20 | 42.35 | 0.15 | 0.77 |
| Hex | CD | C8 | BC | 0 | 2 | 8 | 14 | 2A | F | 4D |
| Octal | 315 | 310 | 274 | 0 | 2 | 10 | 24 | 52 | 17 | 115 |
| Binary | 11001101 | 11001000 | 10111100 | 0 | 10 | 1000 | 10100 | 101010 | 1111 | 1001101 |
Color Harmonies of #CDC8BC
Complementary color
Monochromatic Colors of #CDC8BC
Black with #CDC8BC
Text Example
Text Example
White with #CDC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8BC; }
p { color: rgb(205,200,188); }
H1.HeaderClassName
{
color: #CDC8BC;
}
.AnyTagClassName
{
color: #CDC8BC;
}
</style>
background-color css
<style>
a { background-color: #CDC8BC; }
a { background-color: rgb(205,200,188); }
div.DivClassName
{
background-color: #CDC8BC;
}
.BgClassName
{
background-color: #CDC8BC;
}
</style>
border-color css
<style>
span { border-color: #CDC8BC; }
span { border-color: rgb(205,200,188); }
td.TdClassName
{
border-color: #CDC8BC;
}
.TagClassName
{
border-color: #CDC8BC;
}
</style>