Shades of Pale Slate #CFC3BB
Tints of Pale Slate #CFC3BB
RGB
CMYK
RGB Variations
Color information
#CFC3BB (or 0xCFC3BB) is known color: Pale Slate. HEX triplet: CF, C3 and BB. RGB value is (207,195,187). Sum of RGB (Red+Green+Blue) = 207+195+187=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC3BB is #303C44. Grayscale: #C5C5C5. Windows color (decimal): -3161157 or 12305359. OLE color: 12305359.
HSL color Cylindrical-coordinate representation of color #CFC3BB: hue angle of 24º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC3BB is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 187 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.19 |
| HSL | 24º | 0.17% | 0.77% | - |
| HSV(B) | 24º | 0.1% | 0.81% | - |
| XYZ | 54.22 | 55.88 | 54.94 | - |
| YUV | 197.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 187 | 0 | 0.06 | 0.10 | 0.19 | 24 | 0.17 | 0.77 |
| Hex | CF | C3 | BB | 0 | 6 | A | 13 | 18 | 11 | 4D |
| Octal | 317 | 303 | 273 | 0 | 6 | 12 | 23 | 30 | 21 | 115 |
| Binary | 11001111 | 11000011 | 10111011 | 0 | 110 | 1010 | 10011 | 11000 | 10001 | 1001101 |
Color Harmonies of #CFC3BB
Complementary color
Monochromatic Colors of #CFC3BB
Black with #CFC3BB
Text Example
Text Example
White with #CFC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3BB; }
p { color: rgb(207,195,187); }
H1.HeaderClassName
{
color: #CFC3BB;
}
.AnyTagClassName
{
color: #CFC3BB;
}
</style>
background-color css
<style>
a { background-color: #CFC3BB; }
a { background-color: rgb(207,195,187); }
div.DivClassName
{
background-color: #CFC3BB;
}
.BgClassName
{
background-color: #CFC3BB;
}
</style>
border-color css
<style>
span { border-color: #CFC3BB; }
span { border-color: rgb(207,195,187); }
td.TdClassName
{
border-color: #CFC3BB;
}
.TagClassName
{
border-color: #CFC3BB;
}
</style>