Shades of Lily #CC98B8
Tints of Lily #CC98B8
RGB
CMYK
RGB Variations
Color information
#CC98B8 (or 0xCC98B8) is known color: Lily. HEX triplet: CC, 98 and B8. RGB value is (204,152,184). Sum of RGB (Red+Green+Blue) = 204+152+184=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC98B8 is #336747. Grayscale: #ABABAB. Windows color (decimal): -3368776 or 12097740. OLE color: 12097740.
HSL color Cylindrical-coordinate representation of color #CC98B8: hue angle of 323.08º 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 #CC98B8 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 184 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.2 |
| HSL | 323.08º | 0.34% | 0.7% | - |
| HSV(B) | 323.08º | 0.25% | 0.8% | - |
| XYZ | 44.78 | 38.75 | 50.47 | - |
| YUV | 171.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 184 | 0 | 0.25 | 0.10 | 0.2 | 323.08 | 0.34 | 0.7 |
| Hex | CC | 98 | B8 | 0 | 19 | A | 14 | 143 | 22 | 46 |
| Octal | 314 | 230 | 270 | 0 | 31 | 12 | 24 | 503 | 42 | 106 |
| Binary | 11001100 | 10011000 | 10111000 | 0 | 11001 | 1010 | 10100 | 101000011 | 100010 | 1000110 |
Color Harmonies of #CC98B8
Complementary color
Monochromatic Colors of #CC98B8
Black with #CC98B8
Text Example
Text Example
White with #CC98B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98B8; }
p { color: rgb(204,152,184); }
H1.HeaderClassName
{
color: #CC98B8;
}
.AnyTagClassName
{
color: #CC98B8;
}
</style>
background-color css
<style>
a { background-color: #CC98B8; }
a { background-color: rgb(204,152,184); }
div.DivClassName
{
background-color: #CC98B8;
}
.BgClassName
{
background-color: #CC98B8;
}
</style>
border-color css
<style>
span { border-color: #CC98B8; }
span { border-color: rgb(204,152,184); }
td.TdClassName
{
border-color: #CC98B8;
}
.TagClassName
{
border-color: #CC98B8;
}
</style>