Shades of Lily #CC88BA
Tints of Lily #CC88BA
RGB
CMYK
RGB Variations
Color information
#CC88BA (or 0xCC88BA) is known color: Lily. HEX triplet: CC, 88 and BA. RGB value is (204,136,186). Sum of RGB (Red+Green+Blue) = 204+136+186=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88BA is #337745. Grayscale: #A1A1A1. Windows color (decimal): -3372870 or 12224716. OLE color: 12224716.
HSL color Cylindrical-coordinate representation of color #CC88BA: hue angle of 315.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC88BA is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 186 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.2 |
| HSL | 315.88º | 0.4% | 0.67% | - |
| HSV(B) | 315.88º | 0.33% | 0.8% | - |
| XYZ | 42.57 | 33.99 | 50.77 | - |
| YUV | 162.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 186 | 0 | 0.33 | 0.09 | 0.2 | 315.88 | 0.4 | 0.67 |
| Hex | CC | 88 | BA | 0 | 21 | 9 | 14 | 13C | 28 | 43 |
| Octal | 314 | 210 | 272 | 0 | 41 | 11 | 24 | 474 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10111010 | 0 | 100001 | 1001 | 10100 | 100111100 | 101000 | 1000011 |
Color Harmonies of #CC88BA
Complementary color
Monochromatic Colors of #CC88BA
Black with #CC88BA
Text Example
Text Example
White with #CC88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88BA; }
p { color: rgb(204,136,186); }
H1.HeaderClassName
{
color: #CC88BA;
}
.AnyTagClassName
{
color: #CC88BA;
}
</style>
background-color css
<style>
a { background-color: #CC88BA; }
a { background-color: rgb(204,136,186); }
div.DivClassName
{
background-color: #CC88BA;
}
.BgClassName
{
background-color: #CC88BA;
}
</style>
border-color css
<style>
span { border-color: #CC88BA; }
span { border-color: rgb(204,136,186); }
td.TdClassName
{
border-color: #CC88BA;
}
.TagClassName
{
border-color: #CC88BA;
}
</style>