Shades of Pale Slate #CDC0BA
Tints of Pale Slate #CDC0BA
RGB
CMYK
RGB Variations
Color information
#CDC0BA (or 0xCDC0BA) is known color: Pale Slate. HEX triplet: CD, C0 and BA. RGB value is (205,192,186). Sum of RGB (Red+Green+Blue) = 205+192+186=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0BA is #323F45. Grayscale: #C3C3C3. Windows color (decimal): -3292998 or 12239053. OLE color: 12239053.
HSL color Cylindrical-coordinate representation of color #CDC0BA: hue angle of 18.95º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC0BA is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 186 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.20 |
| HSL | 18.95º | 0.16% | 0.77% | - |
| HSV(B) | 18.95º | 0.09% | 0.8% | - |
| XYZ | 52.89 | 54.22 | 54.13 | - |
| YUV | 195.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 186 | 0 | 0.06 | 0.09 | 0.20 | 18.95 | 0.16 | 0.77 |
| Hex | CD | C0 | BA | 0 | 6 | 9 | 14 | 13 | 10 | 4D |
| Octal | 315 | 300 | 272 | 0 | 6 | 11 | 24 | 23 | 20 | 115 |
| Binary | 11001101 | 11000000 | 10111010 | 0 | 110 | 1001 | 10100 | 10011 | 10000 | 1001101 |
Color Harmonies of #CDC0BA
Complementary color
Monochromatic Colors of #CDC0BA
Black with #CDC0BA
Text Example
Text Example
White with #CDC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC0BA; }
p { color: rgb(205,192,186); }
H1.HeaderClassName
{
color: #CDC0BA;
}
.AnyTagClassName
{
color: #CDC0BA;
}
</style>
background-color css
<style>
a { background-color: #CDC0BA; }
a { background-color: rgb(205,192,186); }
div.DivClassName
{
background-color: #CDC0BA;
}
.BgClassName
{
background-color: #CDC0BA;
}
</style>
border-color css
<style>
span { border-color: #CDC0BA; }
span { border-color: rgb(205,192,186); }
td.TdClassName
{
border-color: #CDC0BA;
}
.TagClassName
{
border-color: #CDC0BA;
}
</style>