Shades of Pale Slate #CBC4BE
Tints of Pale Slate #CBC4BE
RGB
CMYK
RGB Variations
Color information
#CBC4BE (or 0xCBC4BE) is known color: Pale Slate. HEX triplet: CB, C4 and BE. RGB value is (203,196,190). Sum of RGB (Red+Green+Blue) = 203+196+190=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4BE is #343B41. Grayscale: #C5C5C5. Windows color (decimal): -3423042 or 12502219. OLE color: 12502219.
HSL color Cylindrical-coordinate representation of color #CBC4BE: hue angle of 27.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC4BE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 190 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.20 |
| HSL | 27.69º | 0.11% | 0.77% | - |
| HSV(B) | 27.69º | 0.06% | 0.8% | - |
| XYZ | 53.66 | 55.89 | 56.68 | - |
| YUV | 197.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 190 | 0 | 0.03 | 0.06 | 0.20 | 27.69 | 0.11 | 0.77 |
| Hex | CB | C4 | BE | 0 | 3 | 6 | 14 | 1C | B | 4D |
| Octal | 313 | 304 | 276 | 0 | 3 | 6 | 24 | 34 | 13 | 115 |
| Binary | 11001011 | 11000100 | 10111110 | 0 | 11 | 110 | 10100 | 11100 | 1011 | 1001101 |
Color Harmonies of #CBC4BE
Complementary color
Monochromatic Colors of #CBC4BE
Black with #CBC4BE
Text Example
Text Example
White with #CBC4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4BE; }
p { color: rgb(203,196,190); }
H1.HeaderClassName
{
color: #CBC4BE;
}
.AnyTagClassName
{
color: #CBC4BE;
}
</style>
background-color css
<style>
a { background-color: #CBC4BE; }
a { background-color: rgb(203,196,190); }
div.DivClassName
{
background-color: #CBC4BE;
}
.BgClassName
{
background-color: #CBC4BE;
}
</style>
border-color css
<style>
span { border-color: #CBC4BE; }
span { border-color: rgb(203,196,190); }
td.TdClassName
{
border-color: #CBC4BE;
}
.TagClassName
{
border-color: #CBC4BE;
}
</style>