Shades of Pale Slate #CFC4BD
Tints of Pale Slate #CFC4BD
RGB
CMYK
RGB Variations
Color information
#CFC4BD (or 0xCFC4BD) is known color: Pale Slate. HEX triplet: CF, C4 and BD. RGB value is (207,196,189). Sum of RGB (Red+Green+Blue) = 207+196+189=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC4BD is #303B42. Grayscale: #C6C6C6. Windows color (decimal): -3160899 or 12436687. OLE color: 12436687.
HSL color Cylindrical-coordinate representation of color #CFC4BD: hue angle of 23.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFC4BD is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 189 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.19 |
| HSL | 23.33º | 0.16% | 0.78% | - |
| HSV(B) | 23.33º | 0.09% | 0.81% | - |
| XYZ | 54.66 | 56.42 | 56.15 | - |
| YUV | 198.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 189 | 0 | 0.05 | 0.09 | 0.19 | 23.33 | 0.16 | 0.78 |
| Hex | CF | C4 | BD | 0 | 5 | 9 | 13 | 17 | 10 | 4E |
| Octal | 317 | 304 | 275 | 0 | 5 | 11 | 23 | 27 | 20 | 116 |
| Binary | 11001111 | 11000100 | 10111101 | 0 | 101 | 1001 | 10011 | 10111 | 10000 | 1001110 |
Color Harmonies of #CFC4BD
Complementary color
Monochromatic Colors of #CFC4BD
Black with #CFC4BD
Text Example
Text Example
White with #CFC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC4BD; }
p { color: rgb(207,196,189); }
H1.HeaderClassName
{
color: #CFC4BD;
}
.AnyTagClassName
{
color: #CFC4BD;
}
</style>
background-color css
<style>
a { background-color: #CFC4BD; }
a { background-color: rgb(207,196,189); }
div.DivClassName
{
background-color: #CFC4BD;
}
.BgClassName
{
background-color: #CFC4BD;
}
</style>
border-color css
<style>
span { border-color: #CFC4BD; }
span { border-color: rgb(207,196,189); }
td.TdClassName
{
border-color: #CFC4BD;
}
.TagClassName
{
border-color: #CFC4BD;
}
</style>