Shades of Pale Slate #CFC1B9
Tints of Pale Slate #CFC1B9
RGB
CMYK
RGB Variations
Color information
#CFC1B9 (or 0xCFC1B9) is known color: Pale Slate. HEX triplet: CF, C1 and B9. RGB value is (207,193,185). Sum of RGB (Red+Green+Blue) = 207+193+185=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1B9 is #303E46. Grayscale: #C4C4C4. Windows color (decimal): -3161671 or 12173775. OLE color: 12173775.
HSL color Cylindrical-coordinate representation of color #CFC1B9: hue angle of 21.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFC1B9 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 185 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.19 |
| HSL | 21.82º | 0.19% | 0.77% | - |
| HSV(B) | 21.82º | 0.11% | 0.81% | - |
| XYZ | 53.56 | 54.91 | 53.67 | - |
| YUV | 196.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 185 | 0 | 0.07 | 0.11 | 0.19 | 21.82 | 0.19 | 0.77 |
| Hex | CF | C1 | B9 | 0 | 7 | B | 13 | 16 | 13 | 4D |
| Octal | 317 | 301 | 271 | 0 | 7 | 13 | 23 | 26 | 23 | 115 |
| Binary | 11001111 | 11000001 | 10111001 | 0 | 111 | 1011 | 10011 | 10110 | 10011 | 1001101 |
Color Harmonies of #CFC1B9
Complementary color
Monochromatic Colors of #CFC1B9
Black with #CFC1B9
Text Example
Text Example
White with #CFC1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1B9; }
p { color: rgb(207,193,185); }
H1.HeaderClassName
{
color: #CFC1B9;
}
.AnyTagClassName
{
color: #CFC1B9;
}
</style>
background-color css
<style>
a { background-color: #CFC1B9; }
a { background-color: rgb(207,193,185); }
div.DivClassName
{
background-color: #CFC1B9;
}
.BgClassName
{
background-color: #CFC1B9;
}
</style>
border-color css
<style>
span { border-color: #CFC1B9; }
span { border-color: rgb(207,193,185); }
td.TdClassName
{
border-color: #CFC1B9;
}
.TagClassName
{
border-color: #CFC1B9;
}
</style>