Shades of Pale Slate #CCBDB3
Tints of Pale Slate #CCBDB3
RGB
CMYK
RGB Variations
Color information
#CCBDB3 (or 0xCCBDB3) is known color: Pale Slate. HEX triplet: CC, BD and B3. RGB value is (204,189,179). Sum of RGB (Red+Green+Blue) = 204+189+179=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDB3 is #33424C. Grayscale: #C0C0C0. Windows color (decimal): -3359309 or 11779532. OLE color: 11779532.
HSL color Cylindrical-coordinate representation of color #CCBDB3: hue angle of 24º degrees, saturation: 0.2, 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 #CCBDB3 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 179 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.2 |
| HSL | 24º | 0.2% | 0.75% | - |
| HSV(B) | 24º | 0.12% | 0.8% | - |
| XYZ | 51.24 | 52.49 | 50.08 | - |
| YUV | 192.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 179 | 0 | 0.07 | 0.12 | 0.2 | 24 | 0.2 | 0.75 |
| Hex | CC | BD | B3 | 0 | 7 | C | 14 | 18 | 14 | 4B |
| Octal | 314 | 275 | 263 | 0 | 7 | 14 | 24 | 30 | 24 | 113 |
| Binary | 11001100 | 10111101 | 10110011 | 0 | 111 | 1100 | 10100 | 11000 | 10100 | 1001011 |
Color Harmonies of #CCBDB3
Complementary color
Monochromatic Colors of #CCBDB3
Black with #CCBDB3
Text Example
Text Example
White with #CCBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDB3; }
p { color: rgb(204,189,179); }
H1.HeaderClassName
{
color: #CCBDB3;
}
.AnyTagClassName
{
color: #CCBDB3;
}
</style>
background-color css
<style>
a { background-color: #CCBDB3; }
a { background-color: rgb(204,189,179); }
div.DivClassName
{
background-color: #CCBDB3;
}
.BgClassName
{
background-color: #CCBDB3;
}
</style>
border-color css
<style>
span { border-color: #CCBDB3; }
span { border-color: rgb(204,189,179); }
td.TdClassName
{
border-color: #CCBDB3;
}
.TagClassName
{
border-color: #CCBDB3;
}
</style>