Shades of Lily #CC98B2
Tints of Lily #CC98B2
RGB
CMYK
RGB Variations
Color information
#CC98B2 (or 0xCC98B2) is known color: Lily. HEX triplet: CC, 98 and B2. RGB value is (204,152,178). Sum of RGB (Red+Green+Blue) = 204+152+178=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98B2 is #33674D. Grayscale: #AAAAAA. Windows color (decimal): -3368782 or 11704524. OLE color: 11704524.
HSL color Cylindrical-coordinate representation of color #CC98B2: hue angle of 330º 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 #CC98B2 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 178 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.2 |
| HSL | 330º | 0.34% | 0.7% | - |
| HSV(B) | 330º | 0.25% | 0.8% | - |
| XYZ | 44.17 | 38.51 | 47.22 | - |
| YUV | 170.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 178 | 0 | 0.25 | 0.13 | 0.2 | 330 | 0.34 | 0.7 |
| Hex | CC | 98 | B2 | 0 | 19 | D | 14 | 14A | 22 | 46 |
| Octal | 314 | 230 | 262 | 0 | 31 | 15 | 24 | 512 | 42 | 106 |
| Binary | 11001100 | 10011000 | 10110010 | 0 | 11001 | 1101 | 10100 | 101001010 | 100010 | 1000110 |
Color Harmonies of #CC98B2
Complementary color
Monochromatic Colors of #CC98B2
Black with #CC98B2
Text Example
Text Example
White with #CC98B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98B2; }
p { color: rgb(204,152,178); }
H1.HeaderClassName
{
color: #CC98B2;
}
.AnyTagClassName
{
color: #CC98B2;
}
</style>
background-color css
<style>
a { background-color: #CC98B2; }
a { background-color: rgb(204,152,178); }
div.DivClassName
{
background-color: #CC98B2;
}
.BgClassName
{
background-color: #CC98B2;
}
</style>
border-color css
<style>
span { border-color: #CC98B2; }
span { border-color: rgb(204,152,178); }
td.TdClassName
{
border-color: #CC98B2;
}
.TagClassName
{
border-color: #CC98B2;
}
</style>