Shades of Pale Slate #CDC1B9
Tints of Pale Slate #CDC1B9
RGB
CMYK
RGB Variations
Color information
#CDC1B9 (or 0xCDC1B9) is known color: Pale Slate. HEX triplet: CD, C1 and B9. RGB value is (205,193,185). Sum of RGB (Red+Green+Blue) = 205+193+185=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1B9 is #323E46. Grayscale: #C3C3C3. Windows color (decimal): -3292743 or 12173773. OLE color: 12173773.
HSL color Cylindrical-coordinate representation of color #CDC1B9: hue angle of 24º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC1B9 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 185 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.20 |
| HSL | 24º | 0.17% | 0.76% | - |
| HSV(B) | 24º | 0.1% | 0.8% | - |
| XYZ | 53 | 54.62 | 53.65 | - |
| YUV | 195.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 185 | 0 | 0.06 | 0.10 | 0.20 | 24 | 0.17 | 0.76 |
| Hex | CD | C1 | B9 | 0 | 6 | A | 14 | 18 | 11 | 4C |
| Octal | 315 | 301 | 271 | 0 | 6 | 12 | 24 | 30 | 21 | 114 |
| Binary | 11001101 | 11000001 | 10111001 | 0 | 110 | 1010 | 10100 | 11000 | 10001 | 1001100 |
Color Harmonies of #CDC1B9
Complementary color
Monochromatic Colors of #CDC1B9
Black with #CDC1B9
Text Example
Text Example
White with #CDC1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1B9; }
p { color: rgb(205,193,185); }
H1.HeaderClassName
{
color: #CDC1B9;
}
.AnyTagClassName
{
color: #CDC1B9;
}
</style>
background-color css
<style>
a { background-color: #CDC1B9; }
a { background-color: rgb(205,193,185); }
div.DivClassName
{
background-color: #CDC1B9;
}
.BgClassName
{
background-color: #CDC1B9;
}
</style>
border-color css
<style>
span { border-color: #CDC1B9; }
span { border-color: rgb(205,193,185); }
td.TdClassName
{
border-color: #CDC1B9;
}
.TagClassName
{
border-color: #CDC1B9;
}
</style>