Shades of Lily #CC8DB0
Tints of Lily #CC8DB0
RGB
CMYK
RGB Variations
Color information
#CC8DB0 (or 0xCC8DB0) is known color: Lily. HEX triplet: CC, 8D and B0. RGB value is (204,141,176). Sum of RGB (Red+Green+Blue) = 204+141+176=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8DB0 is #33724F. Grayscale: #A3A3A3. Windows color (decimal): -3371600 or 11570636. OLE color: 11570636.
HSL color Cylindrical-coordinate representation of color #CC8DB0: hue angle of 326.67º 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 #CC8DB0 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 176 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.2 |
| HSL | 326.67º | 0.38% | 0.68% | - |
| HSV(B) | 326.67º | 0.31% | 0.8% | - |
| XYZ | 42.26 | 35.02 | 45.61 | - |
| YUV | 163.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 176 | 0 | 0.31 | 0.14 | 0.2 | 326.67 | 0.38 | 0.68 |
| Hex | CC | 8D | B0 | 0 | 1F | E | 14 | 147 | 26 | 44 |
| Octal | 314 | 215 | 260 | 0 | 37 | 16 | 24 | 507 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10110000 | 0 | 11111 | 1110 | 10100 | 101000111 | 100110 | 1000100 |
Color Harmonies of #CC8DB0
Complementary color
Monochromatic Colors of #CC8DB0
Black with #CC8DB0
Text Example
Text Example
White with #CC8DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DB0; }
p { color: rgb(204,141,176); }
H1.HeaderClassName
{
color: #CC8DB0;
}
.AnyTagClassName
{
color: #CC8DB0;
}
</style>
background-color css
<style>
a { background-color: #CC8DB0; }
a { background-color: rgb(204,141,176); }
div.DivClassName
{
background-color: #CC8DB0;
}
.BgClassName
{
background-color: #CC8DB0;
}
</style>
border-color css
<style>
span { border-color: #CC8DB0; }
span { border-color: rgb(204,141,176); }
td.TdClassName
{
border-color: #CC8DB0;
}
.TagClassName
{
border-color: #CC8DB0;
}
</style>