Shades of Pale Slate #CBC3BD
Tints of Pale Slate #CBC3BD
RGB
CMYK
RGB Variations
Color information
#CBC3BD (or 0xCBC3BD) is known color: Pale Slate. HEX triplet: CB, C3 and BD. RGB value is (203,195,189). Sum of RGB (Red+Green+Blue) = 203+195+189=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3BD is #343C42. Grayscale: #C4C4C4. Windows color (decimal): -3423299 or 12436427. OLE color: 12436427.
HSL color Cylindrical-coordinate representation of color #CBC3BD: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC3BD is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 189 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.20 |
| HSL | 25.71º | 0.12% | 0.77% | - |
| HSV(B) | 25.71º | 0.07% | 0.8% | - |
| XYZ | 53.33 | 55.4 | 56.03 | - |
| YUV | 196.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 189 | 0 | 0.04 | 0.07 | 0.20 | 25.71 | 0.12 | 0.77 |
| Hex | CB | C3 | BD | 0 | 4 | 7 | 14 | 1A | C | 4D |
| Octal | 313 | 303 | 275 | 0 | 4 | 7 | 24 | 32 | 14 | 115 |
| Binary | 11001011 | 11000011 | 10111101 | 0 | 100 | 111 | 10100 | 11010 | 1100 | 1001101 |
Color Harmonies of #CBC3BD
Complementary color
Monochromatic Colors of #CBC3BD
Black with #CBC3BD
Text Example
Text Example
White with #CBC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3BD; }
p { color: rgb(203,195,189); }
H1.HeaderClassName
{
color: #CBC3BD;
}
.AnyTagClassName
{
color: #CBC3BD;
}
</style>
background-color css
<style>
a { background-color: #CBC3BD; }
a { background-color: rgb(203,195,189); }
div.DivClassName
{
background-color: #CBC3BD;
}
.BgClassName
{
background-color: #CBC3BD;
}
</style>
border-color css
<style>
span { border-color: #CBC3BD; }
span { border-color: rgb(203,195,189); }
td.TdClassName
{
border-color: #CBC3BD;
}
.TagClassName
{
border-color: #CBC3BD;
}
</style>