Shades of Lily #CB88BA
Tints of Lily #CB88BA
RGB
CMYK
RGB Variations
Color information
#CB88BA (or 0xCB88BA) is known color: Lily. HEX triplet: CB, 88 and BA. RGB value is (203,136,186). Sum of RGB (Red+Green+Blue) = 203+136+186=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88BA is #347745. Grayscale: #A1A1A1. Windows color (decimal): -3438406 or 12224715. OLE color: 12224715.
HSL color Cylindrical-coordinate representation of color #CB88BA: hue angle of 315.22º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB88BA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 186 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.20 |
| HSL | 315.22º | 0.39% | 0.66% | - |
| HSV(B) | 315.22º | 0.33% | 0.8% | - |
| XYZ | 42.3 | 33.85 | 50.76 | - |
| YUV | 161.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 186 | 0 | 0.33 | 0.08 | 0.20 | 315.22 | 0.39 | 0.66 |
| Hex | CB | 88 | BA | 0 | 21 | 8 | 14 | 13B | 27 | 42 |
| Octal | 313 | 210 | 272 | 0 | 41 | 10 | 24 | 473 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10111010 | 0 | 100001 | 1000 | 10100 | 100111011 | 100111 | 1000010 |
Color Harmonies of #CB88BA
Complementary color
Monochromatic Colors of #CB88BA
Black with #CB88BA
Text Example
Text Example
White with #CB88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88BA; }
p { color: rgb(203,136,186); }
H1.HeaderClassName
{
color: #CB88BA;
}
.AnyTagClassName
{
color: #CB88BA;
}
</style>
background-color css
<style>
a { background-color: #CB88BA; }
a { background-color: rgb(203,136,186); }
div.DivClassName
{
background-color: #CB88BA;
}
.BgClassName
{
background-color: #CB88BA;
}
</style>
border-color css
<style>
span { border-color: #CB88BA; }
span { border-color: rgb(203,136,186); }
td.TdClassName
{
border-color: #CB88BA;
}
.TagClassName
{
border-color: #CB88BA;
}
</style>