Shades of Pale Slate #CCBDB4
Tints of Pale Slate #CCBDB4
RGB
CMYK
RGB Variations
Color information
#CCBDB4 (or 0xCCBDB4) is known color: Pale Slate. HEX triplet: CC, BD and B4. RGB value is (204,189,180). Sum of RGB (Red+Green+Blue) = 204+189+180=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDB4 is #33424B. Grayscale: #C0C0C0. Windows color (decimal): -3359308 or 11845068. OLE color: 11845068.
HSL color Cylindrical-coordinate representation of color #CCBDB4: hue angle of 22.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCBDB4 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 180 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.2 |
| HSL | 22.5º | 0.19% | 0.75% | - |
| HSV(B) | 22.5º | 0.12% | 0.8% | - |
| XYZ | 51.34 | 52.53 | 50.61 | - |
| YUV | 192.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 180 | 0 | 0.07 | 0.12 | 0.2 | 22.5 | 0.19 | 0.75 |
| Hex | CC | BD | B4 | 0 | 7 | C | 14 | 16 | 13 | 4B |
| Octal | 314 | 275 | 264 | 0 | 7 | 14 | 24 | 26 | 23 | 113 |
| Binary | 11001100 | 10111101 | 10110100 | 0 | 111 | 1100 | 10100 | 10110 | 10011 | 1001011 |
Color Harmonies of #CCBDB4
Complementary color
Monochromatic Colors of #CCBDB4
Black with #CCBDB4
Text Example
Text Example
White with #CCBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDB4; }
p { color: rgb(204,189,180); }
H1.HeaderClassName
{
color: #CCBDB4;
}
.AnyTagClassName
{
color: #CCBDB4;
}
</style>
background-color css
<style>
a { background-color: #CCBDB4; }
a { background-color: rgb(204,189,180); }
div.DivClassName
{
background-color: #CCBDB4;
}
.BgClassName
{
background-color: #CCBDB4;
}
</style>
border-color css
<style>
span { border-color: #CCBDB4; }
span { border-color: rgb(204,189,180); }
td.TdClassName
{
border-color: #CCBDB4;
}
.TagClassName
{
border-color: #CCBDB4;
}
</style>