Shades of Pale Slate #CBBDB2
Tints of Pale Slate #CBBDB2
RGB
CMYK
RGB Variations
Color information
#CBBDB2 (or 0xCBBDB2) is known color: Pale Slate. HEX triplet: CB, BD and B2. RGB value is (203,189,178). Sum of RGB (Red+Green+Blue) = 203+189+178=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDB2 is #34424D. Grayscale: #BFBFBF. Windows color (decimal): -3424846 or 11713995. OLE color: 11713995.
HSL color Cylindrical-coordinate representation of color #CBBDB2: hue angle of 26.4º 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 #CBBDB2 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 178 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.20 |
| HSL | 26.4º | 0.19% | 0.75% | - |
| HSV(B) | 26.4º | 0.12% | 0.8% | - |
| XYZ | 50.86 | 52.31 | 49.53 | - |
| YUV | 191.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 178 | 0 | 0.07 | 0.12 | 0.20 | 26.4 | 0.19 | 0.75 |
| Hex | CB | BD | B2 | 0 | 7 | C | 14 | 1A | 13 | 4B |
| Octal | 313 | 275 | 262 | 0 | 7 | 14 | 24 | 32 | 23 | 113 |
| Binary | 11001011 | 10111101 | 10110010 | 0 | 111 | 1100 | 10100 | 11010 | 10011 | 1001011 |
Color Harmonies of #CBBDB2
Complementary color
Monochromatic Colors of #CBBDB2
Black with #CBBDB2
Text Example
Text Example
White with #CBBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDB2; }
p { color: rgb(203,189,178); }
H1.HeaderClassName
{
color: #CBBDB2;
}
.AnyTagClassName
{
color: #CBBDB2;
}
</style>
background-color css
<style>
a { background-color: #CBBDB2; }
a { background-color: rgb(203,189,178); }
div.DivClassName
{
background-color: #CBBDB2;
}
.BgClassName
{
background-color: #CBBDB2;
}
</style>
border-color css
<style>
span { border-color: #CBBDB2; }
span { border-color: rgb(203,189,178); }
td.TdClassName
{
border-color: #CBBDB2;
}
.TagClassName
{
border-color: #CBBDB2;
}
</style>