Shades of Pale Slate #CABDB2
Tints of Pale Slate #CABDB2
RGB
CMYK
RGB Variations
Color information
#CABDB2 (or 0xCABDB2) is known color: Pale Slate. HEX triplet: CA, BD and B2. RGB value is (202,189,178). Sum of RGB (Red+Green+Blue) = 202+189+178=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDB2 is #35424D. Grayscale: #BFBFBF. Windows color (decimal): -3490382 or 11713994. OLE color: 11713994.
HSL color Cylindrical-coordinate representation of color #CABDB2: hue angle of 27.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABDB2 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 189 | 178 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.21 |
| HSL | 27.5º | 0.18% | 0.75% | - |
| HSV(B) | 27.5º | 0.12% | 0.79% | - |
| XYZ | 50.59 | 52.17 | 49.52 | - |
| YUV | 191.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 178 | 0 | 0.06 | 0.12 | 0.21 | 27.5 | 0.18 | 0.75 |
| Hex | CA | BD | B2 | 0 | 6 | C | 15 | 1C | 12 | 4B |
| Octal | 312 | 275 | 262 | 0 | 6 | 14 | 25 | 34 | 22 | 113 |
| Binary | 11001010 | 10111101 | 10110010 | 0 | 110 | 1100 | 10101 | 11100 | 10010 | 1001011 |
Color Harmonies of #CABDB2
Complementary color
Monochromatic Colors of #CABDB2
Black with #CABDB2
Text Example
Text Example
White with #CABDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDB2; }
p { color: rgb(202,189,178); }
H1.HeaderClassName
{
color: #CABDB2;
}
.AnyTagClassName
{
color: #CABDB2;
}
</style>
background-color css
<style>
a { background-color: #CABDB2; }
a { background-color: rgb(202,189,178); }
div.DivClassName
{
background-color: #CABDB2;
}
.BgClassName
{
background-color: #CABDB2;
}
</style>
border-color css
<style>
span { border-color: #CABDB2; }
span { border-color: rgb(202,189,178); }
td.TdClassName
{
border-color: #CABDB2;
}
.TagClassName
{
border-color: #CABDB2;
}
</style>