Shades of Pale Slate #CFC5BE
Tints of Pale Slate #CFC5BE
RGB
CMYK
RGB Variations
Color information
#CFC5BE (or 0xCFC5BE) is known color: Pale Slate. HEX triplet: CF, C5 and BE. RGB value is (207,197,190). Sum of RGB (Red+Green+Blue) = 207+197+190=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC5BE is #303A41. Grayscale: #C7C7C7. Windows color (decimal): -3160642 or 12502479. OLE color: 12502479.
HSL color Cylindrical-coordinate representation of color #CFC5BE: hue angle of 24.71º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC5BE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 190 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.19 |
| HSL | 24.71º | 0.15% | 0.78% | - |
| HSV(B) | 24.71º | 0.08% | 0.81% | - |
| XYZ | 54.99 | 56.92 | 56.8 | - |
| YUV | 199.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 190 | 0 | 0.05 | 0.08 | 0.19 | 24.71 | 0.15 | 0.78 |
| Hex | CF | C5 | BE | 0 | 5 | 8 | 13 | 19 | F | 4E |
| Octal | 317 | 305 | 276 | 0 | 5 | 10 | 23 | 31 | 17 | 116 |
| Binary | 11001111 | 11000101 | 10111110 | 0 | 101 | 1000 | 10011 | 11001 | 1111 | 1001110 |
Color Harmonies of #CFC5BE
Complementary color
Monochromatic Colors of #CFC5BE
Black with #CFC5BE
Text Example
Text Example
White with #CFC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5BE; }
p { color: rgb(207,197,190); }
H1.HeaderClassName
{
color: #CFC5BE;
}
.AnyTagClassName
{
color: #CFC5BE;
}
</style>
background-color css
<style>
a { background-color: #CFC5BE; }
a { background-color: rgb(207,197,190); }
div.DivClassName
{
background-color: #CFC5BE;
}
.BgClassName
{
background-color: #CFC5BE;
}
</style>
border-color css
<style>
span { border-color: #CFC5BE; }
span { border-color: rgb(207,197,190); }
td.TdClassName
{
border-color: #CFC5BE;
}
.TagClassName
{
border-color: #CFC5BE;
}
</style>