Shades of Lily #CB88AB
Tints of Lily #CB88AB
RGB
CMYK
RGB Variations
Color information
#CB88AB (or 0xCB88AB) is known color: Lily. HEX triplet: CB, 88 and AB. RGB value is (203,136,171). Sum of RGB (Red+Green+Blue) = 203+136+171=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB88AB is #347754. Grayscale: #9F9F9F. Windows color (decimal): -3438421 or 11241675. OLE color: 11241675.
HSL color Cylindrical-coordinate representation of color #CB88AB: hue angle of 328.66º 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 #CB88AB is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 171 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.20 |
| HSL | 328.66º | 0.39% | 0.66% | - |
| HSV(B) | 328.66º | 0.33% | 0.8% | - |
| XYZ | 40.78 | 33.25 | 42.8 | - |
| YUV | 160.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 171 | 0 | 0.33 | 0.16 | 0.20 | 328.66 | 0.39 | 0.66 |
| Hex | CB | 88 | AB | 0 | 21 | 10 | 14 | 149 | 27 | 42 |
| Octal | 313 | 210 | 253 | 0 | 41 | 20 | 24 | 511 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10101011 | 0 | 100001 | 10000 | 10100 | 101001001 | 100111 | 1000010 |
Color Harmonies of #CB88AB
Complementary color
Monochromatic Colors of #CB88AB
Black with #CB88AB
Text Example
Text Example
White with #CB88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88AB; }
p { color: rgb(203,136,171); }
H1.HeaderClassName
{
color: #CB88AB;
}
.AnyTagClassName
{
color: #CB88AB;
}
</style>
background-color css
<style>
a { background-color: #CB88AB; }
a { background-color: rgb(203,136,171); }
div.DivClassName
{
background-color: #CB88AB;
}
.BgClassName
{
background-color: #CB88AB;
}
</style>
border-color css
<style>
span { border-color: #CB88AB; }
span { border-color: rgb(203,136,171); }
td.TdClassName
{
border-color: #CB88AB;
}
.TagClassName
{
border-color: #CB88AB;
}
</style>