Shades of Pale Slate #CBBDB3
Tints of Pale Slate #CBBDB3
RGB
CMYK
RGB Variations
Color information
#CBBDB3 (or 0xCBBDB3) is known color: Pale Slate. HEX triplet: CB, BD and B3. RGB value is (203,189,179). Sum of RGB (Red+Green+Blue) = 203+189+179=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDB3 is #34424C. Grayscale: #C0C0C0. Windows color (decimal): -3424845 or 11779531. OLE color: 11779531.
HSL color Cylindrical-coordinate representation of color #CBBDB3: hue angle of 25º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBBDB3 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 179 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.20 |
| HSL | 25º | 0.19% | 0.75% | - |
| HSV(B) | 25º | 0.12% | 0.8% | - |
| XYZ | 50.96 | 52.35 | 50.07 | - |
| YUV | 192.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 179 | 0 | 0.07 | 0.12 | 0.20 | 25 | 0.19 | 0.75 |
| Hex | CB | BD | B3 | 0 | 7 | C | 14 | 19 | 13 | 4B |
| Octal | 313 | 275 | 263 | 0 | 7 | 14 | 24 | 31 | 23 | 113 |
| Binary | 11001011 | 10111101 | 10110011 | 0 | 111 | 1100 | 10100 | 11001 | 10011 | 1001011 |
Color Harmonies of #CBBDB3
Complementary color
Monochromatic Colors of #CBBDB3
Black with #CBBDB3
Text Example
Text Example
White with #CBBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDB3; }
p { color: rgb(203,189,179); }
H1.HeaderClassName
{
color: #CBBDB3;
}
.AnyTagClassName
{
color: #CBBDB3;
}
</style>
background-color css
<style>
a { background-color: #CBBDB3; }
a { background-color: rgb(203,189,179); }
div.DivClassName
{
background-color: #CBBDB3;
}
.BgClassName
{
background-color: #CBBDB3;
}
</style>
border-color css
<style>
span { border-color: #CBBDB3; }
span { border-color: rgb(203,189,179); }
td.TdClassName
{
border-color: #CBBDB3;
}
.TagClassName
{
border-color: #CBBDB3;
}
</style>