Shades of Lily #CC88B3
Tints of Lily #CC88B3
RGB
CMYK
RGB Variations
Color information
#CC88B3 (or 0xCC88B3) is known color: Lily. HEX triplet: CC, 88 and B3. RGB value is (204,136,179). Sum of RGB (Red+Green+Blue) = 204+136+179=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88B3 is #33774C. Grayscale: #A1A1A1. Windows color (decimal): -3372877 or 11765964. OLE color: 11765964.
HSL color Cylindrical-coordinate representation of color #CC88B3: hue angle of 322.06º 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 #CC88B3 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 179 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.2 |
| HSL | 322.06º | 0.4% | 0.67% | - |
| HSV(B) | 322.06º | 0.33% | 0.8% | - |
| XYZ | 41.84 | 33.7 | 46.95 | - |
| YUV | 161.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 179 | 0 | 0.33 | 0.12 | 0.2 | 322.06 | 0.4 | 0.67 |
| Hex | CC | 88 | B3 | 0 | 21 | C | 14 | 142 | 28 | 43 |
| Octal | 314 | 210 | 263 | 0 | 41 | 14 | 24 | 502 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10110011 | 0 | 100001 | 1100 | 10100 | 101000010 | 101000 | 1000011 |
Color Harmonies of #CC88B3
Complementary color
Monochromatic Colors of #CC88B3
Black with #CC88B3
Text Example
Text Example
White with #CC88B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88B3; }
p { color: rgb(204,136,179); }
H1.HeaderClassName
{
color: #CC88B3;
}
.AnyTagClassName
{
color: #CC88B3;
}
</style>
background-color css
<style>
a { background-color: #CC88B3; }
a { background-color: rgb(204,136,179); }
div.DivClassName
{
background-color: #CC88B3;
}
.BgClassName
{
background-color: #CC88B3;
}
</style>
border-color css
<style>
span { border-color: #CC88B3; }
span { border-color: rgb(204,136,179); }
td.TdClassName
{
border-color: #CC88B3;
}
.TagClassName
{
border-color: #CC88B3;
}
</style>