Shades of Pale Slate #CBC3BE
Tints of Pale Slate #CBC3BE
RGB
CMYK
RGB Variations
Color information
#CBC3BE (or 0xCBC3BE) is known color: Pale Slate. HEX triplet: CB, C3 and BE. RGB value is (203,195,190). Sum of RGB (Red+Green+Blue) = 203+195+190=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3BE is #343C41. Grayscale: #C4C4C4. Windows color (decimal): -3423298 or 12501963. OLE color: 12501963.
HSL color Cylindrical-coordinate representation of color #CBC3BE: hue angle of 23.08º 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 #CBC3BE is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 190 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.20 |
| HSL | 23.08º | 0.11% | 0.77% | - |
| HSV(B) | 23.08º | 0.06% | 0.8% | - |
| XYZ | 53.44 | 55.44 | 56.6 | - |
| YUV | 196.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 190 | 0 | 0.04 | 0.06 | 0.20 | 23.08 | 0.11 | 0.77 |
| Hex | CB | C3 | BE | 0 | 4 | 6 | 14 | 17 | B | 4D |
| Octal | 313 | 303 | 276 | 0 | 4 | 6 | 24 | 27 | 13 | 115 |
| Binary | 11001011 | 11000011 | 10111110 | 0 | 100 | 110 | 10100 | 10111 | 1011 | 1001101 |
Color Harmonies of #CBC3BE
Complementary color
Monochromatic Colors of #CBC3BE
Black with #CBC3BE
Text Example
Text Example
White with #CBC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3BE; }
p { color: rgb(203,195,190); }
H1.HeaderClassName
{
color: #CBC3BE;
}
.AnyTagClassName
{
color: #CBC3BE;
}
</style>
background-color css
<style>
a { background-color: #CBC3BE; }
a { background-color: rgb(203,195,190); }
div.DivClassName
{
background-color: #CBC3BE;
}
.BgClassName
{
background-color: #CBC3BE;
}
</style>
border-color css
<style>
span { border-color: #CBC3BE; }
span { border-color: rgb(203,195,190); }
td.TdClassName
{
border-color: #CBC3BE;
}
.TagClassName
{
border-color: #CBC3BE;
}
</style>