Shades of Lily #CC8DBB
Tints of Lily #CC8DBB
RGB
CMYK
RGB Variations
Color information
#CC8DBB (or 0xCC8DBB) is known color: Lily. HEX triplet: CC, 8D and BB. RGB value is (204,141,187). Sum of RGB (Red+Green+Blue) = 204+141+187=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DBB is #337244. Grayscale: #A4A4A4. Windows color (decimal): -3371589 or 12291532. OLE color: 12291532.
HSL color Cylindrical-coordinate representation of color #CC8DBB: hue angle of 316.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8DBB is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 141 | 187 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.2 |
| HSL | 316.19º | 0.38% | 0.68% | - |
| HSV(B) | 316.19º | 0.31% | 0.8% | - |
| XYZ | 43.4 | 35.47 | 51.57 | - |
| YUV | 165.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 187 | 0 | 0.31 | 0.08 | 0.2 | 316.19 | 0.38 | 0.68 |
| Hex | CC | 8D | BB | 0 | 1F | 8 | 14 | 13C | 26 | 44 |
| Octal | 314 | 215 | 273 | 0 | 37 | 10 | 24 | 474 | 46 | 104 |
| Binary | 11001100 | 10001101 | 10111011 | 0 | 11111 | 1000 | 10100 | 100111100 | 100110 | 1000100 |
Color Harmonies of #CC8DBB
Complementary color
Monochromatic Colors of #CC8DBB
Black with #CC8DBB
Text Example
Text Example
White with #CC8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DBB; }
p { color: rgb(204,141,187); }
H1.HeaderClassName
{
color: #CC8DBB;
}
.AnyTagClassName
{
color: #CC8DBB;
}
</style>
background-color css
<style>
a { background-color: #CC8DBB; }
a { background-color: rgb(204,141,187); }
div.DivClassName
{
background-color: #CC8DBB;
}
.BgClassName
{
background-color: #CC8DBB;
}
</style>
border-color css
<style>
span { border-color: #CC8DBB; }
span { border-color: rgb(204,141,187); }
td.TdClassName
{
border-color: #CC8DBB;
}
.TagClassName
{
border-color: #CC8DBB;
}
</style>