Shades of Pale Slate #CDC5BF
Tints of Pale Slate #CDC5BF
RGB
CMYK
RGB Variations
Color information
#CDC5BF (or 0xCDC5BF) is known color: Pale Slate. HEX triplet: CD, C5 and BF. RGB value is (205,197,191). Sum of RGB (Red+Green+Blue) = 205+197+191=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5BF is #323A40. Grayscale: #C6C6C6. Windows color (decimal): -3291713 or 12568013. OLE color: 12568013.
HSL color Cylindrical-coordinate representation of color #CDC5BF: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC5BF is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 191 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.20 |
| HSL | 25.71º | 0.12% | 0.78% | - |
| HSV(B) | 25.71º | 0.07% | 0.8% | - |
| XYZ | 54.55 | 56.67 | 57.35 | - |
| YUV | 198.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 191 | 0 | 0.04 | 0.07 | 0.20 | 25.71 | 0.12 | 0.78 |
| Hex | CD | C5 | BF | 0 | 4 | 7 | 14 | 1A | C | 4E |
| Octal | 315 | 305 | 277 | 0 | 4 | 7 | 24 | 32 | 14 | 116 |
| Binary | 11001101 | 11000101 | 10111111 | 0 | 100 | 111 | 10100 | 11010 | 1100 | 1001110 |
Color Harmonies of #CDC5BF
Complementary color
Monochromatic Colors of #CDC5BF
Black with #CDC5BF
Text Example
Text Example
White with #CDC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5BF; }
p { color: rgb(205,197,191); }
H1.HeaderClassName
{
color: #CDC5BF;
}
.AnyTagClassName
{
color: #CDC5BF;
}
</style>
background-color css
<style>
a { background-color: #CDC5BF; }
a { background-color: rgb(205,197,191); }
div.DivClassName
{
background-color: #CDC5BF;
}
.BgClassName
{
background-color: #CDC5BF;
}
</style>
border-color css
<style>
span { border-color: #CDC5BF; }
span { border-color: rgb(205,197,191); }
td.TdClassName
{
border-color: #CDC5BF;
}
.TagClassName
{
border-color: #CDC5BF;
}
</style>