Shades of Lily #CC9DBC
Tints of Lily #CC9DBC
RGB
CMYK
RGB Variations
Color information
#CC9DBC (or 0xCC9DBC) is known color: Lily. HEX triplet: CC, 9D and BC. RGB value is (204,157,188). Sum of RGB (Red+Green+Blue) = 204+157+188=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DBC is #336243. Grayscale: #AEAEAE. Windows color (decimal): -3367492 or 12361164. OLE color: 12361164.
HSL color Cylindrical-coordinate representation of color #CC9DBC: hue angle of 320.43º 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 #CC9DBC is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 188 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.2 |
| HSL | 320.43º | 0.32% | 0.71% | - |
| HSV(B) | 320.43º | 0.23% | 0.8% | - |
| XYZ | 46.04 | 40.58 | 52.98 | - |
| YUV | 174.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 188 | 0 | 0.23 | 0.08 | 0.2 | 320.43 | 0.32 | 0.71 |
| Hex | CC | 9D | BC | 0 | 17 | 8 | 14 | 140 | 20 | 47 |
| Octal | 314 | 235 | 274 | 0 | 27 | 10 | 24 | 500 | 40 | 107 |
| Binary | 11001100 | 10011101 | 10111100 | 0 | 10111 | 1000 | 10100 | 101000000 | 100000 | 1000111 |
Color Harmonies of #CC9DBC
Complementary color
Monochromatic Colors of #CC9DBC
Black with #CC9DBC
Text Example
Text Example
White with #CC9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DBC; }
p { color: rgb(204,157,188); }
H1.HeaderClassName
{
color: #CC9DBC;
}
.AnyTagClassName
{
color: #CC9DBC;
}
</style>
background-color css
<style>
a { background-color: #CC9DBC; }
a { background-color: rgb(204,157,188); }
div.DivClassName
{
background-color: #CC9DBC;
}
.BgClassName
{
background-color: #CC9DBC;
}
</style>
border-color css
<style>
span { border-color: #CC9DBC; }
span { border-color: rgb(204,157,188); }
td.TdClassName
{
border-color: #CC9DBC;
}
.TagClassName
{
border-color: #CC9DBC;
}
</style>