Shades of Lily #CB8EB0
Tints of Lily #CB8EB0
RGB
CMYK
RGB Variations
Color information
#CB8EB0 (or 0xCB8EB0) is known color: Lily. HEX triplet: CB, 8E and B0. RGB value is (203,142,176). Sum of RGB (Red+Green+Blue) = 203+142+176=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8EB0 is #34714F. Grayscale: #A4A4A4. Windows color (decimal): -3436880 or 11570891. OLE color: 11570891.
HSL color Cylindrical-coordinate representation of color #CB8EB0: hue angle of 326.56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8EB0 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 176 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.20 |
| HSL | 326.56º | 0.37% | 0.68% | - |
| HSV(B) | 326.56º | 0.3% | 0.8% | - |
| XYZ | 42.14 | 35.18 | 45.64 | - |
| YUV | 164.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 176 | 0 | 0.30 | 0.13 | 0.20 | 326.56 | 0.37 | 0.68 |
| Hex | CB | 8E | B0 | 0 | 1E | D | 14 | 147 | 25 | 44 |
| Octal | 313 | 216 | 260 | 0 | 36 | 15 | 24 | 507 | 45 | 104 |
| Binary | 11001011 | 10001110 | 10110000 | 0 | 11110 | 1101 | 10100 | 101000111 | 100101 | 1000100 |
Color Harmonies of #CB8EB0
Complementary color
Monochromatic Colors of #CB8EB0
Black with #CB8EB0
Text Example
Text Example
White with #CB8EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EB0; }
p { color: rgb(203,142,176); }
H1.HeaderClassName
{
color: #CB8EB0;
}
.AnyTagClassName
{
color: #CB8EB0;
}
</style>
background-color css
<style>
a { background-color: #CB8EB0; }
a { background-color: rgb(203,142,176); }
div.DivClassName
{
background-color: #CB8EB0;
}
.BgClassName
{
background-color: #CB8EB0;
}
</style>
border-color css
<style>
span { border-color: #CB8EB0; }
span { border-color: rgb(203,142,176); }
td.TdClassName
{
border-color: #CB8EB0;
}
.TagClassName
{
border-color: #CB8EB0;
}
</style>