Shades of Lily #CC9BB8
Tints of Lily #CC9BB8
RGB
CMYK
RGB Variations
Color information
#CC9BB8 (or 0xCC9BB8) is known color: Lily. HEX triplet: CC, 9B and B8. RGB value is (204,155,184). Sum of RGB (Red+Green+Blue) = 204+155+184=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BB8 is #336447. Grayscale: #ACACAC. Windows color (decimal): -3368008 or 12098508. OLE color: 12098508.
HSL color Cylindrical-coordinate representation of color #CC9BB8: hue angle of 324.49º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9BB8 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 184 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.2 |
| HSL | 324.49º | 0.32% | 0.7% | - |
| HSV(B) | 324.49º | 0.24% | 0.8% | - |
| XYZ | 45.27 | 39.74 | 50.63 | - |
| YUV | 172.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 184 | 0 | 0.24 | 0.10 | 0.2 | 324.49 | 0.32 | 0.7 |
| Hex | CC | 9B | B8 | 0 | 18 | A | 14 | 144 | 20 | 46 |
| Octal | 314 | 233 | 270 | 0 | 30 | 12 | 24 | 504 | 40 | 106 |
| Binary | 11001100 | 10011011 | 10111000 | 0 | 11000 | 1010 | 10100 | 101000100 | 100000 | 1000110 |
Color Harmonies of #CC9BB8
Complementary color
Monochromatic Colors of #CC9BB8
Black with #CC9BB8
Text Example
Text Example
White with #CC9BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BB8; }
p { color: rgb(204,155,184); }
H1.HeaderClassName
{
color: #CC9BB8;
}
.AnyTagClassName
{
color: #CC9BB8;
}
</style>
background-color css
<style>
a { background-color: #CC9BB8; }
a { background-color: rgb(204,155,184); }
div.DivClassName
{
background-color: #CC9BB8;
}
.BgClassName
{
background-color: #CC9BB8;
}
</style>
border-color css
<style>
span { border-color: #CC9BB8; }
span { border-color: rgb(204,155,184); }
td.TdClassName
{
border-color: #CC9BB8;
}
.TagClassName
{
border-color: #CC9BB8;
}
</style>