Shades of Lily #CB88AD
Tints of Lily #CB88AD
RGB
CMYK
RGB Variations
Color information
#CB88AD (or 0xCB88AD) is known color: Lily. HEX triplet: CB, 88 and AD. RGB value is (203,136,173). Sum of RGB (Red+Green+Blue) = 203+136+173=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB88AD is #347752. Grayscale: #A0A0A0. Windows color (decimal): -3438419 or 11372747. OLE color: 11372747.
HSL color Cylindrical-coordinate representation of color #CB88AD: hue angle of 326.87º 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 #CB88AD is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 173 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.20 |
| HSL | 326.87º | 0.39% | 0.66% | - |
| HSV(B) | 326.87º | 0.33% | 0.8% | - |
| XYZ | 40.98 | 33.32 | 43.81 | - |
| YUV | 160.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 173 | 0 | 0.33 | 0.15 | 0.20 | 326.87 | 0.39 | 0.66 |
| Hex | CB | 88 | AD | 0 | 21 | F | 14 | 147 | 27 | 42 |
| Octal | 313 | 210 | 255 | 0 | 41 | 17 | 24 | 507 | 47 | 102 |
| Binary | 11001011 | 10001000 | 10101101 | 0 | 100001 | 1111 | 10100 | 101000111 | 100111 | 1000010 |
Color Harmonies of #CB88AD
Complementary color
Monochromatic Colors of #CB88AD
Black with #CB88AD
Text Example
Text Example
White with #CB88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB88AD; }
p { color: rgb(203,136,173); }
H1.HeaderClassName
{
color: #CB88AD;
}
.AnyTagClassName
{
color: #CB88AD;
}
</style>
background-color css
<style>
a { background-color: #CB88AD; }
a { background-color: rgb(203,136,173); }
div.DivClassName
{
background-color: #CB88AD;
}
.BgClassName
{
background-color: #CB88AD;
}
</style>
border-color css
<style>
span { border-color: #CB88AD; }
span { border-color: rgb(203,136,173); }
td.TdClassName
{
border-color: #CB88AD;
}
.TagClassName
{
border-color: #CB88AD;
}
</style>