Shades of Lily #CC90AD
Tints of Lily #CC90AD
RGB
CMYK
RGB Variations
Color information
#CC90AD (or 0xCC90AD) is known color: Lily. HEX triplet: CC, 90 and AD. RGB value is (204,144,173). Sum of RGB (Red+Green+Blue) = 204+144+173=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC90AD is #336F52. Grayscale: #A5A5A5. Windows color (decimal): -3370835 or 11374796. OLE color: 11374796.
HSL color Cylindrical-coordinate representation of color #CC90AD: hue angle of 331º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC90AD is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 173 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.2 |
| HSL | 331º | 0.37% | 0.68% | - |
| HSV(B) | 331º | 0.29% | 0.8% | - |
| XYZ | 42.42 | 35.8 | 44.21 | - |
| YUV | 165.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 173 | 0 | 0.29 | 0.15 | 0.2 | 331 | 0.37 | 0.68 |
| Hex | CC | 90 | AD | 0 | 1D | F | 14 | 14B | 25 | 44 |
| Octal | 314 | 220 | 255 | 0 | 35 | 17 | 24 | 513 | 45 | 104 |
| Binary | 11001100 | 10010000 | 10101101 | 0 | 11101 | 1111 | 10100 | 101001011 | 100101 | 1000100 |
Color Harmonies of #CC90AD
Complementary color
Monochromatic Colors of #CC90AD
Black with #CC90AD
Text Example
Text Example
White with #CC90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90AD; }
p { color: rgb(204,144,173); }
H1.HeaderClassName
{
color: #CC90AD;
}
.AnyTagClassName
{
color: #CC90AD;
}
</style>
background-color css
<style>
a { background-color: #CC90AD; }
a { background-color: rgb(204,144,173); }
div.DivClassName
{
background-color: #CC90AD;
}
.BgClassName
{
background-color: #CC90AD;
}
</style>
border-color css
<style>
span { border-color: #CC90AD; }
span { border-color: rgb(204,144,173); }
td.TdClassName
{
border-color: #CC90AD;
}
.TagClassName
{
border-color: #CC90AD;
}
</style>