Shades of Lily #CC9DBA
Tints of Lily #CC9DBA
RGB
CMYK
RGB Variations
Color information
#CC9DBA (or 0xCC9DBA) is known color: Lily. HEX triplet: CC, 9D and BA. RGB value is (204,157,186). Sum of RGB (Red+Green+Blue) = 204+157+186=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DBA is #336245. Grayscale: #AEAEAE. Windows color (decimal): -3367494 or 12230092. OLE color: 12230092.
HSL color Cylindrical-coordinate representation of color #CC9DBA: hue angle of 322.98º degrees, saturation: 0.32, 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 #CC9DBA is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 186 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.2 |
| HSL | 322.98º | 0.32% | 0.71% | - |
| HSV(B) | 322.98º | 0.23% | 0.8% | - |
| XYZ | 45.82 | 40.5 | 51.86 | - |
| YUV | 174.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 186 | 0 | 0.23 | 0.09 | 0.2 | 322.98 | 0.32 | 0.71 |
| Hex | CC | 9D | BA | 0 | 17 | 9 | 14 | 143 | 20 | 47 |
| Octal | 314 | 235 | 272 | 0 | 27 | 11 | 24 | 503 | 40 | 107 |
| Binary | 11001100 | 10011101 | 10111010 | 0 | 10111 | 1001 | 10100 | 101000011 | 100000 | 1000111 |
Color Harmonies of #CC9DBA
Complementary color
Monochromatic Colors of #CC9DBA
Black with #CC9DBA
Text Example
Text Example
White with #CC9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DBA; }
p { color: rgb(204,157,186); }
H1.HeaderClassName
{
color: #CC9DBA;
}
.AnyTagClassName
{
color: #CC9DBA;
}
</style>
background-color css
<style>
a { background-color: #CC9DBA; }
a { background-color: rgb(204,157,186); }
div.DivClassName
{
background-color: #CC9DBA;
}
.BgClassName
{
background-color: #CC9DBA;
}
</style>
border-color css
<style>
span { border-color: #CC9DBA; }
span { border-color: rgb(204,157,186); }
td.TdClassName
{
border-color: #CC9DBA;
}
.TagClassName
{
border-color: #CC9DBA;
}
</style>