Shades of Pale Slate #CCBDB1
Tints of Pale Slate #CCBDB1
RGB
CMYK
RGB Variations
Color information
#CCBDB1 (or 0xCCBDB1) is known color: Pale Slate. HEX triplet: CC, BD and B1. RGB value is (204,189,177). Sum of RGB (Red+Green+Blue) = 204+189+177=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDB1 is #33424E. Grayscale: #C0C0C0. Windows color (decimal): -3359311 or 11648460. OLE color: 11648460.
HSL color Cylindrical-coordinate representation of color #CCBDB1: hue angle of 26.67º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBDB1 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 189 | 177 | - |
CMYK | 0 | 0.07 | 0.13 | 0.2 |
HSL | 26.67º | 0.21% | 0.75% | - |
HSV(B) | 26.67º | 0.13% | 0.8% | - |
XYZ | 51.04 | 52.41 | 49.02 | - |
YUV | 192.12 | 119.47 | 136.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 189 | 177 | 0 | 0.07 | 0.13 | 0.2 | 26.67 | 0.21 | 0.75 |
Hex | CC | BD | B1 | 0 | 7 | D | 14 | 1B | 15 | 4B |
Octal | 314 | 275 | 261 | 0 | 7 | 15 | 24 | 33 | 25 | 113 |
Binary | 11001100 | 10111101 | 10110001 | 0 | 111 | 1101 | 10100 | 11011 | 10101 | 1001011 |
Color Harmonies of #CCBDB1
Complementary color
Monochromatic Colors of #CCBDB1
Black with #CCBDB1
Text Example
Text Example
White with #CCBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDB1; }
p { color: rgb(204,189,177); }
H1.HeaderClassName
{
color: #CCBDB1;
}
.AnyTagClassName
{
color: #CCBDB1;
}
</style>
background-color css
<style>
a { background-color: #CCBDB1; }
a { background-color: rgb(204,189,177); }
div.DivClassName
{
background-color: #CCBDB1;
}
.BgClassName
{
background-color: #CCBDB1;
}
</style>
border-color css
<style>
span { border-color: #CCBDB1; }
span { border-color: rgb(204,189,177); }
td.TdClassName
{
border-color: #CCBDB1;
}
.TagClassName
{
border-color: #CCBDB1;
}
</style>