Shades of Pale Slate #CABEB5
Tints of Pale Slate #CABEB5
RGB
CMYK
RGB Variations
Color information
#CABEB5 (or 0xCABEB5) is known color: Pale Slate. HEX triplet: CA, BE and B5. RGB value is (202,190,181). Sum of RGB (Red+Green+Blue) = 202+190+181=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEB5 is #35414A. Grayscale: #C0C0C0. Windows color (decimal): -3490123 or 11910858. OLE color: 11910858.
HSL color Cylindrical-coordinate representation of color #CABEB5: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABEB5 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 190 | 181 | - |
CMYK | 0 | 0.06 | 0.10 | 0.21 |
HSL | 25.71º | 0.17% | 0.75% | - |
HSV(B) | 25.71º | 0.1% | 0.79% | - |
XYZ | 51.11 | 52.72 | 51.2 | - |
YUV | 192.56 | 121.48 | 134.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 181 | 0 | 0.06 | 0.10 | 0.21 | 25.71 | 0.17 | 0.75 |
Hex | CA | BE | B5 | 0 | 6 | A | 15 | 1A | 11 | 4B |
Octal | 312 | 276 | 265 | 0 | 6 | 12 | 25 | 32 | 21 | 113 |
Binary | 11001010 | 10111110 | 10110101 | 0 | 110 | 1010 | 10101 | 11010 | 10001 | 1001011 |
Color Harmonies of #CABEB5
Complementary color
Monochromatic Colors of #CABEB5
Black with #CABEB5
Text Example
Text Example
White with #CABEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEB5; }
p { color: rgb(202,190,181); }
H1.HeaderClassName
{
color: #CABEB5;
}
.AnyTagClassName
{
color: #CABEB5;
}
</style>
background-color css
<style>
a { background-color: #CABEB5; }
a { background-color: rgb(202,190,181); }
div.DivClassName
{
background-color: #CABEB5;
}
.BgClassName
{
background-color: #CABEB5;
}
</style>
border-color css
<style>
span { border-color: #CABEB5; }
span { border-color: rgb(202,190,181); }
td.TdClassName
{
border-color: #CABEB5;
}
.TagClassName
{
border-color: #CABEB5;
}
</style>