Shades of Lily #CC8FBB
Tints of Lily #CC8FBB
RGB
CMYK
RGB Variations
Color information
#CC8FBB (or 0xCC8FBB) is known color: Lily. HEX triplet: CC, 8F and BB. RGB value is (204,143,187). Sum of RGB (Red+Green+Blue) = 204+143+187=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FBB is #337044. Grayscale: #A6A6A6. Windows color (decimal): -3371077 or 12292044. OLE color: 12292044.
HSL color Cylindrical-coordinate representation of color #CC8FBB: hue angle of 316.72º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FBB is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 187 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.2 |
| HSL | 316.72º | 0.37% | 0.68% | - |
| HSV(B) | 316.72º | 0.3% | 0.8% | - |
| XYZ | 43.69 | 36.07 | 51.67 | - |
| YUV | 166.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 187 | 0 | 0.30 | 0.08 | 0.2 | 316.72 | 0.37 | 0.68 |
| Hex | CC | 8F | BB | 0 | 1E | 8 | 14 | 13D | 25 | 44 |
| Octal | 314 | 217 | 273 | 0 | 36 | 10 | 24 | 475 | 45 | 104 |
| Binary | 11001100 | 10001111 | 10111011 | 0 | 11110 | 1000 | 10100 | 100111101 | 100101 | 1000100 |
Color Harmonies of #CC8FBB
Complementary color
Monochromatic Colors of #CC8FBB
Black with #CC8FBB
Text Example
Text Example
White with #CC8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FBB; }
p { color: rgb(204,143,187); }
H1.HeaderClassName
{
color: #CC8FBB;
}
.AnyTagClassName
{
color: #CC8FBB;
}
</style>
background-color css
<style>
a { background-color: #CC8FBB; }
a { background-color: rgb(204,143,187); }
div.DivClassName
{
background-color: #CC8FBB;
}
.BgClassName
{
background-color: #CC8FBB;
}
</style>
border-color css
<style>
span { border-color: #CC8FBB; }
span { border-color: rgb(204,143,187); }
td.TdClassName
{
border-color: #CC8FBB;
}
.TagClassName
{
border-color: #CC8FBB;
}
</style>