Shades of Pale Slate #CDC3BD
Tints of Pale Slate #CDC3BD
RGB
CMYK
RGB Variations
Color information
#CDC3BD (or 0xCDC3BD) is known color: Pale Slate. HEX triplet: CD, C3 and BD. RGB value is (205,195,189). Sum of RGB (Red+Green+Blue) = 205+195+189=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3BD is #323C42. Grayscale: #C5C5C5. Windows color (decimal): -3292227 or 12436429. OLE color: 12436429.
HSL color Cylindrical-coordinate representation of color #CDC3BD: hue angle of 22.5º 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 #CDC3BD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 189 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.20 |
| HSL | 22.5º | 0.14% | 0.77% | - |
| HSV(B) | 22.5º | 0.08% | 0.8% | - |
| XYZ | 53.88 | 55.68 | 56.05 | - |
| YUV | 197.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 189 | 0 | 0.05 | 0.08 | 0.20 | 22.5 | 0.14 | 0.77 |
| Hex | CD | C3 | BD | 0 | 5 | 8 | 14 | 16 | E | 4D |
| Octal | 315 | 303 | 275 | 0 | 5 | 10 | 24 | 26 | 16 | 115 |
| Binary | 11001101 | 11000011 | 10111101 | 0 | 101 | 1000 | 10100 | 10110 | 1110 | 1001101 |
Color Harmonies of #CDC3BD
Complementary color
Monochromatic Colors of #CDC3BD
Black with #CDC3BD
Text Example
Text Example
White with #CDC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC3BD; }
p { color: rgb(205,195,189); }
H1.HeaderClassName
{
color: #CDC3BD;
}
.AnyTagClassName
{
color: #CDC3BD;
}
</style>
background-color css
<style>
a { background-color: #CDC3BD; }
a { background-color: rgb(205,195,189); }
div.DivClassName
{
background-color: #CDC3BD;
}
.BgClassName
{
background-color: #CDC3BD;
}
</style>
border-color css
<style>
span { border-color: #CDC3BD; }
span { border-color: rgb(205,195,189); }
td.TdClassName
{
border-color: #CDC3BD;
}
.TagClassName
{
border-color: #CDC3BD;
}
</style>