Shades of Lily #CC8EBE
Tints of Lily #CC8EBE
RGB
CMYK
RGB Variations
Color information
#CC8EBE (or 0xCC8EBE) is known color: Lily. HEX triplet: CC, 8E and BE. RGB value is (204,142,190). Sum of RGB (Red+Green+Blue) = 204+142+190=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EBE is #337141. Grayscale: #A5A5A5. Windows color (decimal): -3371330 or 12488396. OLE color: 12488396.
HSL color Cylindrical-coordinate representation of color #CC8EBE: hue angle of 313.55º 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 #CC8EBE is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 190 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.2 |
| HSL | 313.55º | 0.38% | 0.68% | - |
| HSV(B) | 313.55º | 0.3% | 0.8% | - |
| XYZ | 43.87 | 35.9 | 53.33 | - |
| YUV | 166.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 190 | 0 | 0.30 | 0.07 | 0.2 | 313.55 | 0.38 | 0.68 |
| Hex | CC | 8E | BE | 0 | 1E | 7 | 14 | 13A | 26 | 44 |
| Octal | 314 | 216 | 276 | 0 | 36 | 7 | 24 | 472 | 46 | 104 |
| Binary | 11001100 | 10001110 | 10111110 | 0 | 11110 | 111 | 10100 | 100111010 | 100110 | 1000100 |
Color Harmonies of #CC8EBE
Complementary color
Monochromatic Colors of #CC8EBE
Black with #CC8EBE
Text Example
Text Example
White with #CC8EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8EBE; }
p { color: rgb(204,142,190); }
H1.HeaderClassName
{
color: #CC8EBE;
}
.AnyTagClassName
{
color: #CC8EBE;
}
</style>
background-color css
<style>
a { background-color: #CC8EBE; }
a { background-color: rgb(204,142,190); }
div.DivClassName
{
background-color: #CC8EBE;
}
.BgClassName
{
background-color: #CC8EBE;
}
</style>
border-color css
<style>
span { border-color: #CC8EBE; }
span { border-color: rgb(204,142,190); }
td.TdClassName
{
border-color: #CC8EBE;
}
.TagClassName
{
border-color: #CC8EBE;
}
</style>