Shades of Lily #CC9CBD
Tints of Lily #CC9CBD
RGB
CMYK
RGB Variations
Color information
#CC9CBD (or 0xCC9CBD) is known color: Lily. HEX triplet: CC, 9C and BD. RGB value is (204,156,189). Sum of RGB (Red+Green+Blue) = 204+156+189=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CBD is #336342. Grayscale: #AEAEAE. Windows color (decimal): -3367747 or 12426444. OLE color: 12426444.
HSL color Cylindrical-coordinate representation of color #CC9CBD: hue angle of 318.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9CBD is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 189 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.2 |
| HSL | 318.75º | 0.32% | 0.71% | - |
| HSV(B) | 318.75º | 0.24% | 0.8% | - |
| XYZ | 45.98 | 40.29 | 53.5 | - |
| YUV | 174.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 189 | 0 | 0.24 | 0.07 | 0.2 | 318.75 | 0.32 | 0.71 |
| Hex | CC | 9C | BD | 0 | 18 | 7 | 14 | 13F | 20 | 47 |
| Octal | 314 | 234 | 275 | 0 | 30 | 7 | 24 | 477 | 40 | 107 |
| Binary | 11001100 | 10011100 | 10111101 | 0 | 11000 | 111 | 10100 | 100111111 | 100000 | 1000111 |
Color Harmonies of #CC9CBD
Complementary color
Monochromatic Colors of #CC9CBD
Black with #CC9CBD
Text Example
Text Example
White with #CC9CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CBD; }
p { color: rgb(204,156,189); }
H1.HeaderClassName
{
color: #CC9CBD;
}
.AnyTagClassName
{
color: #CC9CBD;
}
</style>
background-color css
<style>
a { background-color: #CC9CBD; }
a { background-color: rgb(204,156,189); }
div.DivClassName
{
background-color: #CC9CBD;
}
.BgClassName
{
background-color: #CC9CBD;
}
</style>
border-color css
<style>
span { border-color: #CC9CBD; }
span { border-color: rgb(204,156,189); }
td.TdClassName
{
border-color: #CC9CBD;
}
.TagClassName
{
border-color: #CC9CBD;
}
</style>