Shades of Lily #CC9EBA
Tints of Lily #CC9EBA
RGB
CMYK
RGB Variations
Color information
#CC9EBA (or 0xCC9EBA) is known color: Lily. HEX triplet: CC, 9E and BA. RGB value is (204,158,186). Sum of RGB (Red+Green+Blue) = 204+158+186=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EBA is #336145. Grayscale: #AEAEAE. Windows color (decimal): -3367238 or 12230348. OLE color: 12230348.
HSL color Cylindrical-coordinate representation of color #CC9EBA: hue angle of 323.48º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9EBA is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 186 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.2 |
| HSL | 323.48º | 0.31% | 0.71% | - |
| HSV(B) | 323.48º | 0.23% | 0.8% | - |
| XYZ | 45.99 | 40.84 | 51.91 | - |
| YUV | 174.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 186 | 0 | 0.23 | 0.09 | 0.2 | 323.48 | 0.31 | 0.71 |
| Hex | CC | 9E | BA | 0 | 17 | 9 | 14 | 143 | 1F | 47 |
| Octal | 314 | 236 | 272 | 0 | 27 | 11 | 24 | 503 | 37 | 107 |
| Binary | 11001100 | 10011110 | 10111010 | 0 | 10111 | 1001 | 10100 | 101000011 | 11111 | 1000111 |
Color Harmonies of #CC9EBA
Complementary color
Monochromatic Colors of #CC9EBA
Black with #CC9EBA
Text Example
Text Example
White with #CC9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9EBA; }
p { color: rgb(204,158,186); }
H1.HeaderClassName
{
color: #CC9EBA;
}
.AnyTagClassName
{
color: #CC9EBA;
}
</style>
background-color css
<style>
a { background-color: #CC9EBA; }
a { background-color: rgb(204,158,186); }
div.DivClassName
{
background-color: #CC9EBA;
}
.BgClassName
{
background-color: #CC9EBA;
}
</style>
border-color css
<style>
span { border-color: #CC9EBA; }
span { border-color: rgb(204,158,186); }
td.TdClassName
{
border-color: #CC9EBA;
}
.TagClassName
{
border-color: #CC9EBA;
}
</style>