Shades of Pale Slate #CABDB7
Tints of Pale Slate #CABDB7
RGB
CMYK
RGB Variations
Color information
#CABDB7 (or 0xCABDB7) is known color: Pale Slate. HEX triplet: CA, BD and B7. RGB value is (202,189,183). Sum of RGB (Red+Green+Blue) = 202+189+183=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDB7 is #354248. Grayscale: #C0C0C0. Windows color (decimal): -3490377 or 12041674. OLE color: 12041674.
HSL color Cylindrical-coordinate representation of color #CABDB7: hue angle of 18.95º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABDB7 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 183 | - |
CMYK | 0 | 0.06 | 0.09 | 0.21 |
HSL | 18.95º | 0.15% | 0.75% | - |
HSV(B) | 18.95º | 0.09% | 0.79% | - |
XYZ | 51.1 | 52.37 | 52.21 | - |
YUV | 192.2 | 122.81 | 134.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 183 | 0 | 0.06 | 0.09 | 0.21 | 18.95 | 0.15 | 0.75 |
Hex | CA | BD | B7 | 0 | 6 | 9 | 15 | 13 | F | 4B |
Octal | 312 | 275 | 267 | 0 | 6 | 11 | 25 | 23 | 17 | 113 |
Binary | 11001010 | 10111101 | 10110111 | 0 | 110 | 1001 | 10101 | 10011 | 1111 | 1001011 |
Color Harmonies of #CABDB7
Complementary color
Monochromatic Colors of #CABDB7
Black with #CABDB7
Text Example
Text Example
White with #CABDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDB7; }
p { color: rgb(202,189,183); }
H1.HeaderClassName
{
color: #CABDB7;
}
.AnyTagClassName
{
color: #CABDB7;
}
</style>
background-color css
<style>
a { background-color: #CABDB7; }
a { background-color: rgb(202,189,183); }
div.DivClassName
{
background-color: #CABDB7;
}
.BgClassName
{
background-color: #CABDB7;
}
</style>
border-color css
<style>
span { border-color: #CABDB7; }
span { border-color: rgb(202,189,183); }
td.TdClassName
{
border-color: #CABDB7;
}
.TagClassName
{
border-color: #CABDB7;
}
</style>