Shades of Pale Slate #CBBFBB
Tints of Pale Slate #CBBFBB
RGB
CMYK
RGB Variations
Color information
#CBBFBB (or 0xCBBFBB) is known color: Pale Slate. HEX triplet: CB, BF and BB. RGB value is (203,191,187). Sum of RGB (Red+Green+Blue) = 203+191+187=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFBB is #344044. Grayscale: #C2C2C2. Windows color (decimal): -3424325 or 12304331. OLE color: 12304331.
HSL color Cylindrical-coordinate representation of color #CBBFBB: hue angle of 15º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBFBB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 187 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.20 |
| HSL | 15º | 0.13% | 0.76% | - |
| HSV(B) | 15º | 0.08% | 0.8% | - |
| XYZ | 52.23 | 53.55 | 54.6 | - |
| YUV | 194.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 187 | 0 | 0.06 | 0.08 | 0.20 | 15 | 0.13 | 0.76 |
| Hex | CB | BF | BB | 0 | 6 | 8 | 14 | F | D | 4C |
| Octal | 313 | 277 | 273 | 0 | 6 | 10 | 24 | 17 | 15 | 114 |
| Binary | 11001011 | 10111111 | 10111011 | 0 | 110 | 1000 | 10100 | 1111 | 1101 | 1001100 |
Color Harmonies of #CBBFBB
Complementary color
Monochromatic Colors of #CBBFBB
Black with #CBBFBB
Text Example
Text Example
White with #CBBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFBB; }
p { color: rgb(203,191,187); }
H1.HeaderClassName
{
color: #CBBFBB;
}
.AnyTagClassName
{
color: #CBBFBB;
}
</style>
background-color css
<style>
a { background-color: #CBBFBB; }
a { background-color: rgb(203,191,187); }
div.DivClassName
{
background-color: #CBBFBB;
}
.BgClassName
{
background-color: #CBBFBB;
}
</style>
border-color css
<style>
span { border-color: #CBBFBB; }
span { border-color: rgb(203,191,187); }
td.TdClassName
{
border-color: #CBBFBB;
}
.TagClassName
{
border-color: #CBBFBB;
}
</style>