Shades of Lily #CC99AD
Tints of Lily #CC99AD
RGB
CMYK
RGB Variations
Color information
#CC99AD (or 0xCC99AD) is known color: Lily. HEX triplet: CC, 99 and AD. RGB value is (204,153,173). Sum of RGB (Red+Green+Blue) = 204+153+173=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99AD is #336652. Grayscale: #AAAAAA. Windows color (decimal): -3368531 or 11377100. OLE color: 11377100.
HSL color Cylindrical-coordinate representation of color #CC99AD: hue angle of 336.47º 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 #CC99AD is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 173 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.2 |
| HSL | 336.47º | 0.33% | 0.7% | - |
| HSV(B) | 336.47º | 0.25% | 0.8% | - |
| XYZ | 43.84 | 38.64 | 44.68 | - |
| YUV | 170.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 173 | 0 | 0.25 | 0.15 | 0.2 | 336.47 | 0.33 | 0.7 |
| Hex | CC | 99 | AD | 0 | 19 | F | 14 | 150 | 21 | 46 |
| Octal | 314 | 231 | 255 | 0 | 31 | 17 | 24 | 520 | 41 | 106 |
| Binary | 11001100 | 10011001 | 10101101 | 0 | 11001 | 1111 | 10100 | 101010000 | 100001 | 1000110 |
Color Harmonies of #CC99AD
Complementary color
Monochromatic Colors of #CC99AD
Black with #CC99AD
Text Example
Text Example
White with #CC99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99AD; }
p { color: rgb(204,153,173); }
H1.HeaderClassName
{
color: #CC99AD;
}
.AnyTagClassName
{
color: #CC99AD;
}
</style>
background-color css
<style>
a { background-color: #CC99AD; }
a { background-color: rgb(204,153,173); }
div.DivClassName
{
background-color: #CC99AD;
}
.BgClassName
{
background-color: #CC99AD;
}
</style>
border-color css
<style>
span { border-color: #CC99AD; }
span { border-color: rgb(204,153,173); }
td.TdClassName
{
border-color: #CC99AD;
}
.TagClassName
{
border-color: #CC99AD;
}
</style>