Shades of Pale Slate #CFC3BC
Tints of Pale Slate #CFC3BC
RGB
CMYK
RGB Variations
Color information
#CFC3BC (or 0xCFC3BC) is known color: Pale Slate. HEX triplet: CF, C3 and BC. RGB value is (207,195,188). Sum of RGB (Red+Green+Blue) = 207+195+188=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3BC is #303C43. Grayscale: #C5C5C5. Windows color (decimal): -3161156 or 12370895. OLE color: 12370895.
HSL color Cylindrical-coordinate representation of color #CFC3BC: hue angle of 22.11º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC3BC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 188 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.19 |
| HSL | 22.11º | 0.17% | 0.77% | - |
| HSV(B) | 22.11º | 0.09% | 0.81% | - |
| XYZ | 54.32 | 55.93 | 55.51 | - |
| YUV | 197.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 188 | 0 | 0.06 | 0.09 | 0.19 | 22.11 | 0.17 | 0.77 |
| Hex | CF | C3 | BC | 0 | 6 | 9 | 13 | 16 | 11 | 4D |
| Octal | 317 | 303 | 274 | 0 | 6 | 11 | 23 | 26 | 21 | 115 |
| Binary | 11001111 | 11000011 | 10111100 | 0 | 110 | 1001 | 10011 | 10110 | 10001 | 1001101 |
Color Harmonies of #CFC3BC
Complementary color
Monochromatic Colors of #CFC3BC
Black with #CFC3BC
Text Example
Text Example
White with #CFC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3BC; }
p { color: rgb(207,195,188); }
H1.HeaderClassName
{
color: #CFC3BC;
}
.AnyTagClassName
{
color: #CFC3BC;
}
</style>
background-color css
<style>
a { background-color: #CFC3BC; }
a { background-color: rgb(207,195,188); }
div.DivClassName
{
background-color: #CFC3BC;
}
.BgClassName
{
background-color: #CFC3BC;
}
</style>
border-color css
<style>
span { border-color: #CFC3BC; }
span { border-color: rgb(207,195,188); }
td.TdClassName
{
border-color: #CFC3BC;
}
.TagClassName
{
border-color: #CFC3BC;
}
</style>