Shades of Pale Slate #CDC6C1
Tints of Pale Slate #CDC6C1
RGB
CMYK
RGB Variations
Color information
#CDC6C1 (or 0xCDC6C1) is known color: Pale Slate. HEX triplet: CD, C6 and C1. RGB value is (205,198,193). Sum of RGB (Red+Green+Blue) = 205+198+193=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6C1 is #32393E. Grayscale: #C7C7C7. Windows color (decimal): -3291455 or 12699341. OLE color: 12699341.
HSL color Cylindrical-coordinate representation of color #CDC6C1: hue angle of 25º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC6C1 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 193 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.20 |
| HSL | 25º | 0.11% | 0.78% | - |
| HSV(B) | 25º | 0.06% | 0.8% | - |
| XYZ | 55 | 57.22 | 58.6 | - |
| YUV | 199.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 193 | 0 | 0.03 | 0.06 | 0.20 | 25 | 0.11 | 0.78 |
| Hex | CD | C6 | C1 | 0 | 3 | 6 | 14 | 19 | B | 4E |
| Octal | 315 | 306 | 301 | 0 | 3 | 6 | 24 | 31 | 13 | 116 |
| Binary | 11001101 | 11000110 | 11000001 | 0 | 11 | 110 | 10100 | 11001 | 1011 | 1001110 |
Color Harmonies of #CDC6C1
Complementary color
Monochromatic Colors of #CDC6C1
Black with #CDC6C1
Text Example
Text Example
White with #CDC6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6C1; }
p { color: rgb(205,198,193); }
H1.HeaderClassName
{
color: #CDC6C1;
}
.AnyTagClassName
{
color: #CDC6C1;
}
</style>
background-color css
<style>
a { background-color: #CDC6C1; }
a { background-color: rgb(205,198,193); }
div.DivClassName
{
background-color: #CDC6C1;
}
.BgClassName
{
background-color: #CDC6C1;
}
</style>
border-color css
<style>
span { border-color: #CDC6C1; }
span { border-color: rgb(205,198,193); }
td.TdClassName
{
border-color: #CDC6C1;
}
.TagClassName
{
border-color: #CDC6C1;
}
</style>