Shades of Lily #CC8DAD
Tints of Lily #CC8DAD
RGB
CMYK
RGB Variations
Color information
#CC8DAD (or 0xCC8DAD) is known color: Lily. HEX triplet: CC, 8D and AD. RGB value is (204,141,173). Sum of RGB (Red+Green+Blue) = 204+141+173=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8DAD is #337252. Grayscale: #A3A3A3. Windows color (decimal): -3371603 or 11374028. OLE color: 11374028.
HSL color Cylindrical-coordinate representation of color #CC8DAD: hue angle of 329.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8DAD is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 173 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.2 |
| HSL | 329.52º | 0.38% | 0.68% | - |
| HSV(B) | 329.52º | 0.31% | 0.8% | - |
| XYZ | 41.97 | 34.9 | 44.06 | - |
| YUV | 163.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 173 | 0 | 0.31 | 0.15 | 0.2 | 329.52 | 0.38 | 0.68 |
| Hex | CC | 8D | AD | 0 | 1F | F | 14 | 14A | 26 | 44 |
| Octal | 314 | 215 | 255 | 0 | 37 | 17 | 24 | 512 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10101101 | 0 | 11111 | 1111 | 10100 | 101001010 | 100110 | 1000100 |
Color Harmonies of #CC8DAD
Complementary color
Monochromatic Colors of #CC8DAD
Black with #CC8DAD
Text Example
Text Example
White with #CC8DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DAD; }
p { color: rgb(204,141,173); }
H1.HeaderClassName
{
color: #CC8DAD;
}
.AnyTagClassName
{
color: #CC8DAD;
}
</style>
background-color css
<style>
a { background-color: #CC8DAD; }
a { background-color: rgb(204,141,173); }
div.DivClassName
{
background-color: #CC8DAD;
}
.BgClassName
{
background-color: #CC8DAD;
}
</style>
border-color css
<style>
span { border-color: #CC8DAD; }
span { border-color: rgb(204,141,173); }
td.TdClassName
{
border-color: #CC8DAD;
}
.TagClassName
{
border-color: #CC8DAD;
}
</style>