Shades of Lily #CB8ABB
Tints of Lily #CB8ABB
RGB
CMYK
RGB Variations
Color information
#CB8ABB (or 0xCB8ABB) is known color: Lily. HEX triplet: CB, 8A and BB. RGB value is (203,138,187). Sum of RGB (Red+Green+Blue) = 203+138+187=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ABB is #347544. Grayscale: #A2A2A2. Windows color (decimal): -3437893 or 12290763. OLE color: 12290763.
HSL color Cylindrical-coordinate representation of color #CB8ABB: hue angle of 314.77º degrees, saturation: 0.38, 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 #CB8ABB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 187 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.20 |
| HSL | 314.77º | 0.38% | 0.67% | - |
| HSV(B) | 314.77º | 0.32% | 0.8% | - |
| XYZ | 42.69 | 34.46 | 51.42 | - |
| YUV | 163.02 | 141.53 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 187 | 0 | 0.32 | 0.08 | 0.20 | 314.77 | 0.38 | 0.67 |
| Hex | CB | 8A | BB | 0 | 20 | 8 | 14 | 13B | 26 | 43 |
| Octal | 313 | 212 | 273 | 0 | 40 | 10 | 24 | 473 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10111011 | 0 | 100000 | 1000 | 10100 | 100111011 | 100110 | 1000011 |
Color Harmonies of #CB8ABB
Complementary color
Monochromatic Colors of #CB8ABB
Black with #CB8ABB
Text Example
Text Example
White with #CB8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ABB; }
p { color: rgb(203,138,187); }
H1.HeaderClassName
{
color: #CB8ABB;
}
.AnyTagClassName
{
color: #CB8ABB;
}
</style>
background-color css
<style>
a { background-color: #CB8ABB; }
a { background-color: rgb(203,138,187); }
div.DivClassName
{
background-color: #CB8ABB;
}
.BgClassName
{
background-color: #CB8ABB;
}
</style>
border-color css
<style>
span { border-color: #CB8ABB; }
span { border-color: rgb(203,138,187); }
td.TdClassName
{
border-color: #CB8ABB;
}
.TagClassName
{
border-color: #CB8ABB;
}
</style>