Shades of Pale Slate #CABDB4
Tints of Pale Slate #CABDB4
RGB
CMYK
RGB Variations
Color information
#CABDB4 (or 0xCABDB4) is known color: Pale Slate. HEX triplet: CA, BD and B4. RGB value is (202,189,180). Sum of RGB (Red+Green+Blue) = 202+189+180=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB4 is #35424B. Grayscale: #BFBFBF. Windows color (decimal): -3490380 or 11845066. OLE color: 11845066.
HSL color Cylindrical-coordinate representation of color #CABDB4: hue angle of 24.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABDB4 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 189 | 180 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.21 |
| HSL | 24.55º | 0.17% | 0.75% | - |
| HSV(B) | 24.55º | 0.11% | 0.79% | - |
| XYZ | 50.79 | 52.25 | 50.59 | - |
| YUV | 191.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 180 | 0 | 0.06 | 0.11 | 0.21 | 24.55 | 0.17 | 0.75 |
| Hex | CA | BD | B4 | 0 | 6 | B | 15 | 19 | 11 | 4B |
| Octal | 312 | 275 | 264 | 0 | 6 | 13 | 25 | 31 | 21 | 113 |
| Binary | 11001010 | 10111101 | 10110100 | 0 | 110 | 1011 | 10101 | 11001 | 10001 | 1001011 |
Color Harmonies of #CABDB4
Complementary color
Monochromatic Colors of #CABDB4
Black with #CABDB4
Text Example
Text Example
White with #CABDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDB4; }
p { color: rgb(202,189,180); }
H1.HeaderClassName
{
color: #CABDB4;
}
.AnyTagClassName
{
color: #CABDB4;
}
</style>
background-color css
<style>
a { background-color: #CABDB4; }
a { background-color: rgb(202,189,180); }
div.DivClassName
{
background-color: #CABDB4;
}
.BgClassName
{
background-color: #CABDB4;
}
</style>
border-color css
<style>
span { border-color: #CABDB4; }
span { border-color: rgb(202,189,180); }
td.TdClassName
{
border-color: #CABDB4;
}
.TagClassName
{
border-color: #CABDB4;
}
</style>