Shades of Pale Slate #CABDB6
Tints of Pale Slate #CABDB6
RGB
CMYK
RGB Variations
Color information
#CABDB6 (or 0xCABDB6) is known color: Pale Slate. HEX triplet: CA, BD and B6. RGB value is (202,189,182). Sum of RGB (Red+Green+Blue) = 202+189+182=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB6 is #354249. Grayscale: #C0C0C0. Windows color (decimal): -3490378 or 11976138. OLE color: 11976138.
HSL color Cylindrical-coordinate representation of color #CABDB6: hue angle of 21º degrees, saturation: 0.16, 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 #CABDB6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 182 | - |
CMYK | 0 | 0.06 | 0.10 | 0.21 |
HSL | 21º | 0.16% | 0.75% | - |
HSV(B) | 21º | 0.1% | 0.79% | - |
XYZ | 51 | 52.33 | 51.67 | - |
YUV | 192.09 | 122.31 | 135.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 182 | 0 | 0.06 | 0.10 | 0.21 | 21 | 0.16 | 0.75 |
Hex | CA | BD | B6 | 0 | 6 | A | 15 | 15 | 10 | 4B |
Octal | 312 | 275 | 266 | 0 | 6 | 12 | 25 | 25 | 20 | 113 |
Binary | 11001010 | 10111101 | 10110110 | 0 | 110 | 1010 | 10101 | 10101 | 10000 | 1001011 |
Color Harmonies of #CABDB6
Complementary color
Monochromatic Colors of #CABDB6
Black with #CABDB6
Text Example
Text Example
White with #CABDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDB6; }
p { color: rgb(202,189,182); }
H1.HeaderClassName
{
color: #CABDB6;
}
.AnyTagClassName
{
color: #CABDB6;
}
</style>
background-color css
<style>
a { background-color: #CABDB6; }
a { background-color: rgb(202,189,182); }
div.DivClassName
{
background-color: #CABDB6;
}
.BgClassName
{
background-color: #CABDB6;
}
</style>
border-color css
<style>
span { border-color: #CABDB6; }
span { border-color: rgb(202,189,182); }
td.TdClassName
{
border-color: #CABDB6;
}
.TagClassName
{
border-color: #CABDB6;
}
</style>