Shades of Pale Slate #CDBFB5
Tints of Pale Slate #CDBFB5
RGB
CMYK
RGB Variations
Color information
#CDBFB5 (or 0xCDBFB5) is known color: Pale Slate. HEX triplet: CD, BF and B5. RGB value is (205,191,181). Sum of RGB (Red+Green+Blue) = 205+191+181=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFB5 is #32404A. Grayscale: #C2C2C2. Windows color (decimal): -3293259 or 11911117. OLE color: 11911117.
HSL color Cylindrical-coordinate representation of color #CDBFB5: hue angle of 25º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDBFB5 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 181 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.20 |
| HSL | 25º | 0.19% | 0.76% | - |
| HSV(B) | 25º | 0.12% | 0.8% | - |
| XYZ | 52.15 | 53.58 | 51.31 | - |
| YUV | 194.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 181 | 0 | 0.07 | 0.12 | 0.20 | 25 | 0.19 | 0.76 |
| Hex | CD | BF | B5 | 0 | 7 | C | 14 | 19 | 13 | 4C |
| Octal | 315 | 277 | 265 | 0 | 7 | 14 | 24 | 31 | 23 | 114 |
| Binary | 11001101 | 10111111 | 10110101 | 0 | 111 | 1100 | 10100 | 11001 | 10011 | 1001100 |
Color Harmonies of #CDBFB5
Complementary color
Monochromatic Colors of #CDBFB5
Black with #CDBFB5
Text Example
Text Example
White with #CDBFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFB5; }
p { color: rgb(205,191,181); }
H1.HeaderClassName
{
color: #CDBFB5;
}
.AnyTagClassName
{
color: #CDBFB5;
}
</style>
background-color css
<style>
a { background-color: #CDBFB5; }
a { background-color: rgb(205,191,181); }
div.DivClassName
{
background-color: #CDBFB5;
}
.BgClassName
{
background-color: #CDBFB5;
}
</style>
border-color css
<style>
span { border-color: #CDBFB5; }
span { border-color: rgb(205,191,181); }
td.TdClassName
{
border-color: #CDBFB5;
}
.TagClassName
{
border-color: #CDBFB5;
}
</style>