Shades of Pale Slate #CDC4BD
Tints of Pale Slate #CDC4BD
RGB
CMYK
RGB Variations
Color information
#CDC4BD (or 0xCDC4BD) is known color: Pale Slate. HEX triplet: CD, C4 and BD. RGB value is (205,196,189). Sum of RGB (Red+Green+Blue) = 205+196+189=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4BD is #323B42. Grayscale: #C5C5C5. Windows color (decimal): -3291971 or 12436685. OLE color: 12436685.
HSL color Cylindrical-coordinate representation of color #CDC4BD: hue angle of 26.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDC4BD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 189 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.20 |
| HSL | 26.25º | 0.14% | 0.77% | - |
| HSV(B) | 26.25º | 0.08% | 0.8% | - |
| XYZ | 54.1 | 56.13 | 56.13 | - |
| YUV | 197.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 189 | 0 | 0.04 | 0.08 | 0.20 | 26.25 | 0.14 | 0.77 |
| Hex | CD | C4 | BD | 0 | 4 | 8 | 14 | 1A | E | 4D |
| Octal | 315 | 304 | 275 | 0 | 4 | 10 | 24 | 32 | 16 | 115 |
| Binary | 11001101 | 11000100 | 10111101 | 0 | 100 | 1000 | 10100 | 11010 | 1110 | 1001101 |
Color Harmonies of #CDC4BD
Complementary color
Monochromatic Colors of #CDC4BD
Black with #CDC4BD
Text Example
Text Example
White with #CDC4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4BD; }
p { color: rgb(205,196,189); }
H1.HeaderClassName
{
color: #CDC4BD;
}
.AnyTagClassName
{
color: #CDC4BD;
}
</style>
background-color css
<style>
a { background-color: #CDC4BD; }
a { background-color: rgb(205,196,189); }
div.DivClassName
{
background-color: #CDC4BD;
}
.BgClassName
{
background-color: #CDC4BD;
}
</style>
border-color css
<style>
span { border-color: #CDC4BD; }
span { border-color: rgb(205,196,189); }
td.TdClassName
{
border-color: #CDC4BD;
}
.TagClassName
{
border-color: #CDC4BD;
}
</style>