Shades of Pale Slate #CABDB8
Tints of Pale Slate #CABDB8
RGB
CMYK
RGB Variations
Color information
#CABDB8 (or 0xCABDB8) is known color: Pale Slate. HEX triplet: CA, BD and B8. RGB value is (202,189,184). Sum of RGB (Red+Green+Blue) = 202+189+184=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB8 is #354247. Grayscale: #C0C0C0. Windows color (decimal): -3490376 or 12107210. OLE color: 12107210.
HSL color Cylindrical-coordinate representation of color #CABDB8: hue angle of 16.67º 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 #CABDB8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 184 | - |
CMYK | 0 | 0.06 | 0.09 | 0.21 |
HSL | 16.67º | 0.15% | 0.76% | - |
HSV(B) | 16.67º | 0.09% | 0.79% | - |
XYZ | 51.21 | 52.41 | 52.77 | - |
YUV | 192.32 | 123.31 | 134.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 184 | 0 | 0.06 | 0.09 | 0.21 | 16.67 | 0.15 | 0.76 |
Hex | CA | BD | B8 | 0 | 6 | 9 | 15 | 11 | F | 4C |
Octal | 312 | 275 | 270 | 0 | 6 | 11 | 25 | 21 | 17 | 114 |
Binary | 11001010 | 10111101 | 10111000 | 0 | 110 | 1001 | 10101 | 10001 | 1111 | 1001100 |
Color Harmonies of #CABDB8
Complementary color
Monochromatic Colors of #CABDB8
Black with #CABDB8
Text Example
Text Example
White with #CABDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDB8; }
p { color: rgb(202,189,184); }
H1.HeaderClassName
{
color: #CABDB8;
}
.AnyTagClassName
{
color: #CABDB8;
}
</style>
background-color css
<style>
a { background-color: #CABDB8; }
a { background-color: rgb(202,189,184); }
div.DivClassName
{
background-color: #CABDB8;
}
.BgClassName
{
background-color: #CABDB8;
}
</style>
border-color css
<style>
span { border-color: #CABDB8; }
span { border-color: rgb(202,189,184); }
td.TdClassName
{
border-color: #CABDB8;
}
.TagClassName
{
border-color: #CABDB8;
}
</style>