Shades of Pale Slate #CCC3BD
Tints of Pale Slate #CCC3BD
RGB
CMYK
RGB Variations
Color information
#CCC3BD (or 0xCCC3BD) is known color: Pale Slate. HEX triplet: CC, C3 and BD. RGB value is (204,195,189). Sum of RGB (Red+Green+Blue) = 204+195+189=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3BD is #333C42. Grayscale: #C5C5C5. Windows color (decimal): -3357763 or 12436428. OLE color: 12436428.
HSL color Cylindrical-coordinate representation of color #CCC3BD: 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 #CCC3BD is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 189 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.2 |
| HSL | 24º | 0.13% | 0.77% | - |
| HSV(B) | 24º | 0.07% | 0.8% | - |
| XYZ | 53.6 | 55.54 | 56.04 | - |
| YUV | 197.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 189 | 0 | 0.04 | 0.07 | 0.2 | 24 | 0.13 | 0.77 |
| Hex | CC | C3 | BD | 0 | 4 | 7 | 14 | 18 | D | 4D |
| Octal | 314 | 303 | 275 | 0 | 4 | 7 | 24 | 30 | 15 | 115 |
| Binary | 11001100 | 11000011 | 10111101 | 0 | 100 | 111 | 10100 | 11000 | 1101 | 1001101 |
Color Harmonies of #CCC3BD
Complementary color
Monochromatic Colors of #CCC3BD
Black with #CCC3BD
Text Example
Text Example
White with #CCC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3BD; }
p { color: rgb(204,195,189); }
H1.HeaderClassName
{
color: #CCC3BD;
}
.AnyTagClassName
{
color: #CCC3BD;
}
</style>
background-color css
<style>
a { background-color: #CCC3BD; }
a { background-color: rgb(204,195,189); }
div.DivClassName
{
background-color: #CCC3BD;
}
.BgClassName
{
background-color: #CCC3BD;
}
</style>
border-color css
<style>
span { border-color: #CCC3BD; }
span { border-color: rgb(204,195,189); }
td.TdClassName
{
border-color: #CCC3BD;
}
.TagClassName
{
border-color: #CCC3BD;
}
</style>