Shades of Pale Slate #CDC3BF
Tints of Pale Slate #CDC3BF
RGB
CMYK
RGB Variations
Color information
#CDC3BF (or 0xCDC3BF) is known color: Pale Slate. HEX triplet: CD, C3 and BF. RGB value is (205,195,191). Sum of RGB (Red+Green+Blue) = 205+195+191=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3BF is #323C40. Grayscale: #C5C5C5. Windows color (decimal): -3292225 or 12567501. OLE color: 12567501.
HSL color Cylindrical-coordinate representation of color #CDC3BF: hue angle of 17.14º 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 #CDC3BF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 191 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.20 |
| HSL | 17.14º | 0.12% | 0.78% | - |
| HSV(B) | 17.14º | 0.07% | 0.8% | - |
| XYZ | 54.1 | 55.77 | 57.2 | - |
| YUV | 197.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 191 | 0 | 0.05 | 0.07 | 0.20 | 17.14 | 0.12 | 0.78 |
| Hex | CD | C3 | BF | 0 | 5 | 7 | 14 | 11 | C | 4E |
| Octal | 315 | 303 | 277 | 0 | 5 | 7 | 24 | 21 | 14 | 116 |
| Binary | 11001101 | 11000011 | 10111111 | 0 | 101 | 111 | 10100 | 10001 | 1100 | 1001110 |
Color Harmonies of #CDC3BF
Complementary color
Monochromatic Colors of #CDC3BF
Black with #CDC3BF
Text Example
Text Example
White with #CDC3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC3BF; }
p { color: rgb(205,195,191); }
H1.HeaderClassName
{
color: #CDC3BF;
}
.AnyTagClassName
{
color: #CDC3BF;
}
</style>
background-color css
<style>
a { background-color: #CDC3BF; }
a { background-color: rgb(205,195,191); }
div.DivClassName
{
background-color: #CDC3BF;
}
.BgClassName
{
background-color: #CDC3BF;
}
</style>
border-color css
<style>
span { border-color: #CDC3BF; }
span { border-color: rgb(205,195,191); }
td.TdClassName
{
border-color: #CDC3BF;
}
.TagClassName
{
border-color: #CDC3BF;
}
</style>