Shades of Pale Slate #CABEB8
Tints of Pale Slate #CABEB8
RGB
CMYK
RGB Variations
Color information
#CABEB8 (or 0xCABEB8) is known color: Pale Slate. HEX triplet: CA, BE and B8. RGB value is (202,190,184). Sum of RGB (Red+Green+Blue) = 202+190+184=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEB8 is #354147. Grayscale: #C0C0C0. Windows color (decimal): -3490120 or 12107466. OLE color: 12107466.
HSL color Cylindrical-coordinate representation of color #CABEB8: hue angle of 20º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABEB8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 190 | 184 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.21 |
| HSL | 20º | 0.15% | 0.76% | - |
| HSV(B) | 20º | 0.09% | 0.79% | - |
| XYZ | 51.42 | 52.84 | 52.84 | - |
| YUV | 192.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 184 | 0 | 0.06 | 0.09 | 0.21 | 20 | 0.15 | 0.76 |
| Hex | CA | BE | B8 | 0 | 6 | 9 | 15 | 14 | F | 4C |
| Octal | 312 | 276 | 270 | 0 | 6 | 11 | 25 | 24 | 17 | 114 |
| Binary | 11001010 | 10111110 | 10111000 | 0 | 110 | 1001 | 10101 | 10100 | 1111 | 1001100 |
Color Harmonies of #CABEB8
Complementary color
Monochromatic Colors of #CABEB8
Black with #CABEB8
Text Example
Text Example
White with #CABEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEB8; }
p { color: rgb(202,190,184); }
H1.HeaderClassName
{
color: #CABEB8;
}
.AnyTagClassName
{
color: #CABEB8;
}
</style>
background-color css
<style>
a { background-color: #CABEB8; }
a { background-color: rgb(202,190,184); }
div.DivClassName
{
background-color: #CABEB8;
}
.BgClassName
{
background-color: #CABEB8;
}
</style>
border-color css
<style>
span { border-color: #CABEB8; }
span { border-color: rgb(202,190,184); }
td.TdClassName
{
border-color: #CABEB8;
}
.TagClassName
{
border-color: #CABEB8;
}
</style>