Shades of Lily #CC8BBA
Tints of Lily #CC8BBA
RGB
CMYK
RGB Variations
Color information
#CC8BBA (or 0xCC8BBA) is known color: Lily. HEX triplet: CC, 8B and BA. RGB value is (204,139,186). Sum of RGB (Red+Green+Blue) = 204+139+186=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BBA is #337445. Grayscale: #A3A3A3. Windows color (decimal): -3372102 or 12225484. OLE color: 12225484.
HSL color Cylindrical-coordinate representation of color #CC8BBA: hue angle of 316.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BBA is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 186 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.2 |
| HSL | 316.62º | 0.39% | 0.67% | - |
| HSV(B) | 316.62º | 0.32% | 0.8% | - |
| XYZ | 43 | 34.85 | 50.91 | - |
| YUV | 163.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 186 | 0 | 0.32 | 0.09 | 0.2 | 316.62 | 0.39 | 0.67 |
| Hex | CC | 8B | BA | 0 | 20 | 9 | 14 | 13D | 27 | 43 |
| Octal | 314 | 213 | 272 | 0 | 40 | 11 | 24 | 475 | 47 | 103 |
| Binary | 11001100 | 10001011 | 10111010 | 0 | 100000 | 1001 | 10100 | 100111101 | 100111 | 1000011 |
Color Harmonies of #CC8BBA
Complementary color
Monochromatic Colors of #CC8BBA
Black with #CC8BBA
Text Example
Text Example
White with #CC8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8BBA; }
p { color: rgb(204,139,186); }
H1.HeaderClassName
{
color: #CC8BBA;
}
.AnyTagClassName
{
color: #CC8BBA;
}
</style>
background-color css
<style>
a { background-color: #CC8BBA; }
a { background-color: rgb(204,139,186); }
div.DivClassName
{
background-color: #CC8BBA;
}
.BgClassName
{
background-color: #CC8BBA;
}
</style>
border-color css
<style>
span { border-color: #CC8BBA; }
span { border-color: rgb(204,139,186); }
td.TdClassName
{
border-color: #CC8BBA;
}
.TagClassName
{
border-color: #CC8BBA;
}
</style>