Shades of Lily #CC9DBB
Tints of Lily #CC9DBB
RGB
CMYK
RGB Variations
Color information
#CC9DBB (or 0xCC9DBB) is known color: Lily. HEX triplet: CC, 9D and BB. RGB value is (204,157,187). Sum of RGB (Red+Green+Blue) = 204+157+187=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9DBB is #336244. Grayscale: #AEAEAE. Windows color (decimal): -3367493 or 12295628. OLE color: 12295628.
HSL color Cylindrical-coordinate representation of color #CC9DBB: hue angle of 321.7º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9DBB is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 187 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.2 |
| HSL | 321.7º | 0.32% | 0.71% | - |
| HSV(B) | 321.7º | 0.23% | 0.8% | - |
| XYZ | 45.93 | 40.54 | 52.42 | - |
| YUV | 174.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 187 | 0 | 0.23 | 0.08 | 0.2 | 321.7 | 0.32 | 0.71 |
| Hex | CC | 9D | BB | 0 | 17 | 8 | 14 | 142 | 20 | 47 |
| Octal | 314 | 235 | 273 | 0 | 27 | 10 | 24 | 502 | 40 | 107 |
| Binary | 11001100 | 10011101 | 10111011 | 0 | 10111 | 1000 | 10100 | 101000010 | 100000 | 1000111 |
Color Harmonies of #CC9DBB
Complementary color
Monochromatic Colors of #CC9DBB
Black with #CC9DBB
Text Example
Text Example
White with #CC9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DBB; }
p { color: rgb(204,157,187); }
H1.HeaderClassName
{
color: #CC9DBB;
}
.AnyTagClassName
{
color: #CC9DBB;
}
</style>
background-color css
<style>
a { background-color: #CC9DBB; }
a { background-color: rgb(204,157,187); }
div.DivClassName
{
background-color: #CC9DBB;
}
.BgClassName
{
background-color: #CC9DBB;
}
</style>
border-color css
<style>
span { border-color: #CC9DBB; }
span { border-color: rgb(204,157,187); }
td.TdClassName
{
border-color: #CC9DBB;
}
.TagClassName
{
border-color: #CC9DBB;
}
</style>