Shades of Lily #CC98BC
Tints of Lily #CC98BC
RGB
CMYK
RGB Variations
Color information
#CC98BC (or 0xCC98BC) is known color: Lily. HEX triplet: CC, 98 and BC. RGB value is (204,152,188). Sum of RGB (Red+Green+Blue) = 204+152+188=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98BC is #336743. Grayscale: #ABABAB. Windows color (decimal): -3368772 or 12359884. OLE color: 12359884.
HSL color Cylindrical-coordinate representation of color #CC98BC: hue angle of 318.46º degrees, saturation: 0.34, 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 #CC98BC is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 188 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.2 |
| HSL | 318.46º | 0.34% | 0.7% | - |
| HSV(B) | 318.46º | 0.25% | 0.8% | - |
| XYZ | 45.21 | 38.92 | 52.71 | - |
| YUV | 171.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 188 | 0 | 0.25 | 0.08 | 0.2 | 318.46 | 0.34 | 0.7 |
| Hex | CC | 98 | BC | 0 | 19 | 8 | 14 | 13E | 22 | 46 |
| Octal | 314 | 230 | 274 | 0 | 31 | 10 | 24 | 476 | 42 | 106 |
| Binary | 11001100 | 10011000 | 10111100 | 0 | 11001 | 1000 | 10100 | 100111110 | 100010 | 1000110 |
Color Harmonies of #CC98BC
Complementary color
Monochromatic Colors of #CC98BC
Black with #CC98BC
Text Example
Text Example
White with #CC98BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98BC; }
p { color: rgb(204,152,188); }
H1.HeaderClassName
{
color: #CC98BC;
}
.AnyTagClassName
{
color: #CC98BC;
}
</style>
background-color css
<style>
a { background-color: #CC98BC; }
a { background-color: rgb(204,152,188); }
div.DivClassName
{
background-color: #CC98BC;
}
.BgClassName
{
background-color: #CC98BC;
}
</style>
border-color css
<style>
span { border-color: #CC98BC; }
span { border-color: rgb(204,152,188); }
td.TdClassName
{
border-color: #CC98BC;
}
.TagClassName
{
border-color: #CC98BC;
}
</style>