Shades of Lily #CC8DB1
Tints of Lily #CC8DB1
RGB
CMYK
RGB Variations
Color information
#CC8DB1 (or 0xCC8DB1) is known color: Lily. HEX triplet: CC, 8D and B1. RGB value is (204,141,177). Sum of RGB (Red+Green+Blue) = 204+141+177=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8DB1 is #33724E. Grayscale: #A3A3A3. Windows color (decimal): -3371599 or 11636172. OLE color: 11636172.
HSL color Cylindrical-coordinate representation of color #CC8DB1: hue angle of 325.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8DB1 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 177 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.2 |
| HSL | 325.71º | 0.38% | 0.68% | - |
| HSV(B) | 325.71º | 0.31% | 0.8% | - |
| XYZ | 42.36 | 35.06 | 46.13 | - |
| YUV | 163.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 177 | 0 | 0.31 | 0.13 | 0.2 | 325.71 | 0.38 | 0.68 |
| Hex | CC | 8D | B1 | 0 | 1F | D | 14 | 146 | 26 | 44 |
| Octal | 314 | 215 | 261 | 0 | 37 | 15 | 24 | 506 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10110001 | 0 | 11111 | 1101 | 10100 | 101000110 | 100110 | 1000100 |
Color Harmonies of #CC8DB1
Complementary color
Monochromatic Colors of #CC8DB1
Black with #CC8DB1
Text Example
Text Example
White with #CC8DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DB1; }
p { color: rgb(204,141,177); }
H1.HeaderClassName
{
color: #CC8DB1;
}
.AnyTagClassName
{
color: #CC8DB1;
}
</style>
background-color css
<style>
a { background-color: #CC8DB1; }
a { background-color: rgb(204,141,177); }
div.DivClassName
{
background-color: #CC8DB1;
}
.BgClassName
{
background-color: #CC8DB1;
}
</style>
border-color css
<style>
span { border-color: #CC8DB1; }
span { border-color: rgb(204,141,177); }
td.TdClassName
{
border-color: #CC8DB1;
}
.TagClassName
{
border-color: #CC8DB1;
}
</style>