Shades of Lily #CC8EB2
Tints of Lily #CC8EB2
RGB
CMYK
RGB Variations
Color information
#CC8EB2 (or 0xCC8EB2) is known color: Lily. HEX triplet: CC, 8E and B2. RGB value is (204,142,178). Sum of RGB (Red+Green+Blue) = 204+142+178=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8EB2 is #33714D. Grayscale: #A4A4A4. Windows color (decimal): -3371342 or 11701964. OLE color: 11701964.
HSL color Cylindrical-coordinate representation of color #CC8EB2: hue angle of 325.16º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8EB2 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 178 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.2 |
| HSL | 325.16º | 0.38% | 0.68% | - |
| HSV(B) | 325.16º | 0.3% | 0.8% | - |
| XYZ | 42.61 | 35.4 | 46.71 | - |
| YUV | 164.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 178 | 0 | 0.30 | 0.13 | 0.2 | 325.16 | 0.38 | 0.68 |
| Hex | CC | 8E | B2 | 0 | 1E | D | 14 | 145 | 26 | 44 |
| Octal | 314 | 216 | 262 | 0 | 36 | 15 | 24 | 505 | 46 | 104 |
| Binary | 11001100 | 10001110 | 10110010 | 0 | 11110 | 1101 | 10100 | 101000101 | 100110 | 1000100 |
Color Harmonies of #CC8EB2
Complementary color
Monochromatic Colors of #CC8EB2
Black with #CC8EB2
Text Example
Text Example
White with #CC8EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8EB2; }
p { color: rgb(204,142,178); }
H1.HeaderClassName
{
color: #CC8EB2;
}
.AnyTagClassName
{
color: #CC8EB2;
}
</style>
background-color css
<style>
a { background-color: #CC8EB2; }
a { background-color: rgb(204,142,178); }
div.DivClassName
{
background-color: #CC8EB2;
}
.BgClassName
{
background-color: #CC8EB2;
}
</style>
border-color css
<style>
span { border-color: #CC8EB2; }
span { border-color: rgb(204,142,178); }
td.TdClassName
{
border-color: #CC8EB2;
}
.TagClassName
{
border-color: #CC8EB2;
}
</style>