Shades of Pale Slate #CDC4BE
Tints of Pale Slate #CDC4BE
RGB
CMYK
RGB Variations
Color information
#CDC4BE (or 0xCDC4BE) is known color: Pale Slate. HEX triplet: CD, C4 and BE. RGB value is (205,196,190). Sum of RGB (Red+Green+Blue) = 205+196+190=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4BE is #323B41. Grayscale: #C6C6C6. Windows color (decimal): -3291970 or 12502221. OLE color: 12502221.
HSL color Cylindrical-coordinate representation of color #CDC4BE: hue angle of 24º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC4BE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 190 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.20 |
| HSL | 24º | 0.13% | 0.77% | - |
| HSV(B) | 24º | 0.07% | 0.8% | - |
| XYZ | 54.21 | 56.18 | 56.7 | - |
| YUV | 198.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 190 | 0 | 0.04 | 0.07 | 0.20 | 24 | 0.13 | 0.77 |
| Hex | CD | C4 | BE | 0 | 4 | 7 | 14 | 18 | D | 4D |
| Octal | 315 | 304 | 276 | 0 | 4 | 7 | 24 | 30 | 15 | 115 |
| Binary | 11001101 | 11000100 | 10111110 | 0 | 100 | 111 | 10100 | 11000 | 1101 | 1001101 |
Color Harmonies of #CDC4BE
Complementary color
Monochromatic Colors of #CDC4BE
Black with #CDC4BE
Text Example
Text Example
White with #CDC4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4BE; }
p { color: rgb(205,196,190); }
H1.HeaderClassName
{
color: #CDC4BE;
}
.AnyTagClassName
{
color: #CDC4BE;
}
</style>
background-color css
<style>
a { background-color: #CDC4BE; }
a { background-color: rgb(205,196,190); }
div.DivClassName
{
background-color: #CDC4BE;
}
.BgClassName
{
background-color: #CDC4BE;
}
</style>
border-color css
<style>
span { border-color: #CDC4BE; }
span { border-color: rgb(205,196,190); }
td.TdClassName
{
border-color: #CDC4BE;
}
.TagClassName
{
border-color: #CDC4BE;
}
</style>