Shades of Pale Slate #CBBDB4
Tints of Pale Slate #CBBDB4
RGB
CMYK
RGB Variations
Color information
#CBBDB4 (or 0xCBBDB4) is known color: Pale Slate. HEX triplet: CB, BD and B4. RGB value is (203,189,180). Sum of RGB (Red+Green+Blue) = 203+189+180=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDB4 is #34424B. Grayscale: #C0C0C0. Windows color (decimal): -3424844 or 11845067. OLE color: 11845067.
HSL color Cylindrical-coordinate representation of color #CBBDB4: hue angle of 23.48º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBDB4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 180 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.20 |
| HSL | 23.48º | 0.18% | 0.75% | - |
| HSV(B) | 23.48º | 0.11% | 0.8% | - |
| XYZ | 51.06 | 52.39 | 50.6 | - |
| YUV | 192.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 180 | 0 | 0.07 | 0.11 | 0.20 | 23.48 | 0.18 | 0.75 |
| Hex | CB | BD | B4 | 0 | 7 | B | 14 | 17 | 12 | 4B |
| Octal | 313 | 275 | 264 | 0 | 7 | 13 | 24 | 27 | 22 | 113 |
| Binary | 11001011 | 10111101 | 10110100 | 0 | 111 | 1011 | 10100 | 10111 | 10010 | 1001011 |
Color Harmonies of #CBBDB4
Complementary color
Monochromatic Colors of #CBBDB4
Black with #CBBDB4
Text Example
Text Example
White with #CBBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDB4; }
p { color: rgb(203,189,180); }
H1.HeaderClassName
{
color: #CBBDB4;
}
.AnyTagClassName
{
color: #CBBDB4;
}
</style>
background-color css
<style>
a { background-color: #CBBDB4; }
a { background-color: rgb(203,189,180); }
div.DivClassName
{
background-color: #CBBDB4;
}
.BgClassName
{
background-color: #CBBDB4;
}
</style>
border-color css
<style>
span { border-color: #CBBDB4; }
span { border-color: rgb(203,189,180); }
td.TdClassName
{
border-color: #CBBDB4;
}
.TagClassName
{
border-color: #CBBDB4;
}
</style>