Shades of Lily #CC97BB
Tints of Lily #CC97BB
RGB
CMYK
RGB Variations
Color information
#CC97BB (or 0xCC97BB) is known color: Lily. HEX triplet: CC, 97 and BB. RGB value is (204,151,187). Sum of RGB (Red+Green+Blue) = 204+151+187=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97BB is #336844. Grayscale: #AAAAAA. Windows color (decimal): -3369029 or 12294092. OLE color: 12294092.
HSL color Cylindrical-coordinate representation of color #CC97BB: hue angle of 319.25º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC97BB is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 187 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.2 |
| HSL | 319.25º | 0.34% | 0.7% | - |
| HSV(B) | 319.25º | 0.26% | 0.8% | - |
| XYZ | 44.94 | 38.56 | 52.09 | - |
| YUV | 170.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 187 | 0 | 0.26 | 0.08 | 0.2 | 319.25 | 0.34 | 0.7 |
| Hex | CC | 97 | BB | 0 | 1A | 8 | 14 | 13F | 22 | 46 |
| Octal | 314 | 227 | 273 | 0 | 32 | 10 | 24 | 477 | 42 | 106 |
| Binary | 11001100 | 10010111 | 10111011 | 0 | 11010 | 1000 | 10100 | 100111111 | 100010 | 1000110 |
Color Harmonies of #CC97BB
Complementary color
Monochromatic Colors of #CC97BB
Black with #CC97BB
Text Example
Text Example
White with #CC97BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC97BB; }
p { color: rgb(204,151,187); }
H1.HeaderClassName
{
color: #CC97BB;
}
.AnyTagClassName
{
color: #CC97BB;
}
</style>
background-color css
<style>
a { background-color: #CC97BB; }
a { background-color: rgb(204,151,187); }
div.DivClassName
{
background-color: #CC97BB;
}
.BgClassName
{
background-color: #CC97BB;
}
</style>
border-color css
<style>
span { border-color: #CC97BB; }
span { border-color: rgb(204,151,187); }
td.TdClassName
{
border-color: #CC97BB;
}
.TagClassName
{
border-color: #CC97BB;
}
</style>