Shades of Lily #CC99BD
Tints of Lily #CC99BD
RGB
CMYK
RGB Variations
Color information
#CC99BD (or 0xCC99BD) is known color: Lily. HEX triplet: CC, 99 and BD. RGB value is (204,153,189). Sum of RGB (Red+Green+Blue) = 204+153+189=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99BD is #336642. Grayscale: #ACACAC. Windows color (decimal): -3368515 or 12425676. OLE color: 12425676.
HSL color Cylindrical-coordinate representation of color #CC99BD: hue angle of 317.65º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC99BD is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 189 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.2 |
| HSL | 317.65º | 0.33% | 0.7% | - |
| HSV(B) | 317.65º | 0.25% | 0.8% | - |
| XYZ | 45.48 | 39.29 | 53.33 | - |
| YUV | 172.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 189 | 0 | 0.25 | 0.07 | 0.2 | 317.65 | 0.33 | 0.7 |
| Hex | CC | 99 | BD | 0 | 19 | 7 | 14 | 13E | 21 | 46 |
| Octal | 314 | 231 | 275 | 0 | 31 | 7 | 24 | 476 | 41 | 106 |
| Binary | 11001100 | 10011001 | 10111101 | 0 | 11001 | 111 | 10100 | 100111110 | 100001 | 1000110 |
Color Harmonies of #CC99BD
Complementary color
Monochromatic Colors of #CC99BD
Black with #CC99BD
Text Example
Text Example
White with #CC99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99BD; }
p { color: rgb(204,153,189); }
H1.HeaderClassName
{
color: #CC99BD;
}
.AnyTagClassName
{
color: #CC99BD;
}
</style>
background-color css
<style>
a { background-color: #CC99BD; }
a { background-color: rgb(204,153,189); }
div.DivClassName
{
background-color: #CC99BD;
}
.BgClassName
{
background-color: #CC99BD;
}
</style>
border-color css
<style>
span { border-color: #CC99BD; }
span { border-color: rgb(204,153,189); }
td.TdClassName
{
border-color: #CC99BD;
}
.TagClassName
{
border-color: #CC99BD;
}
</style>