Shades of Lily #CC88AD
Tints of Lily #CC88AD
RGB
CMYK
RGB Variations
Color information
#CC88AD (or 0xCC88AD) is known color: Lily. HEX triplet: CC, 88 and AD. RGB value is (204,136,173). Sum of RGB (Red+Green+Blue) = 204+136+173=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88AD is #337752. Grayscale: #A0A0A0. Windows color (decimal): -3372883 or 11372748. OLE color: 11372748.
HSL color Cylindrical-coordinate representation of color #CC88AD: hue angle of 327.35º 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 #CC88AD is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 173 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.2 |
| HSL | 327.35º | 0.4% | 0.67% | - |
| HSV(B) | 327.35º | 0.33% | 0.8% | - |
| XYZ | 41.25 | 33.46 | 43.82 | - |
| YUV | 160.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 173 | 0 | 0.33 | 0.15 | 0.2 | 327.35 | 0.4 | 0.67 |
| Hex | CC | 88 | AD | 0 | 21 | F | 14 | 147 | 28 | 43 |
| Octal | 314 | 210 | 255 | 0 | 41 | 17 | 24 | 507 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10101101 | 0 | 100001 | 1111 | 10100 | 101000111 | 101000 | 1000011 |
Color Harmonies of #CC88AD
Complementary color
Monochromatic Colors of #CC88AD
Black with #CC88AD
Text Example
Text Example
White with #CC88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88AD; }
p { color: rgb(204,136,173); }
H1.HeaderClassName
{
color: #CC88AD;
}
.AnyTagClassName
{
color: #CC88AD;
}
</style>
background-color css
<style>
a { background-color: #CC88AD; }
a { background-color: rgb(204,136,173); }
div.DivClassName
{
background-color: #CC88AD;
}
.BgClassName
{
background-color: #CC88AD;
}
</style>
border-color css
<style>
span { border-color: #CC88AD; }
span { border-color: rgb(204,136,173); }
td.TdClassName
{
border-color: #CC88AD;
}
.TagClassName
{
border-color: #CC88AD;
}
</style>