Shades of Lily #CEA0B5
Tints of Lily #CEA0B5
RGB
CMYK
RGB Variations
Color information
#CEA0B5 (or 0xCEA0B5) is known color: Lily. HEX triplet: CE, A0 and B5. RGB value is (206,160,181). Sum of RGB (Red+Green+Blue) = 206+160+181=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA0B5 is #315F4A. Grayscale: #B0B0B0. Windows color (decimal): -3235659 or 11903182. OLE color: 11903182.
HSL color Cylindrical-coordinate representation of color #CEA0B5: hue angle of 332.61º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA0B5 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 181 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.19 |
| HSL | 332.61º | 0.32% | 0.72% | - |
| HSV(B) | 332.61º | 0.22% | 0.81% | - |
| XYZ | 46.36 | 41.6 | 49.3 | - |
| YUV | 176.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 181 | 0 | 0.22 | 0.12 | 0.19 | 332.61 | 0.32 | 0.72 |
| Hex | CE | A0 | B5 | 0 | 16 | C | 13 | 14D | 20 | 48 |
| Octal | 316 | 240 | 265 | 0 | 26 | 14 | 23 | 515 | 40 | 110 |
| Binary | 11001110 | 10100000 | 10110101 | 0 | 10110 | 1100 | 10011 | 101001101 | 100000 | 1001000 |
Color Harmonies of #CEA0B5
Complementary color
Monochromatic Colors of #CEA0B5
Black with #CEA0B5
Text Example
Text Example
White with #CEA0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA0B5; }
p { color: rgb(206,160,181); }
H1.HeaderClassName
{
color: #CEA0B5;
}
.AnyTagClassName
{
color: #CEA0B5;
}
</style>
background-color css
<style>
a { background-color: #CEA0B5; }
a { background-color: rgb(206,160,181); }
div.DivClassName
{
background-color: #CEA0B5;
}
.BgClassName
{
background-color: #CEA0B5;
}
</style>
border-color css
<style>
span { border-color: #CEA0B5; }
span { border-color: rgb(206,160,181); }
td.TdClassName
{
border-color: #CEA0B5;
}
.TagClassName
{
border-color: #CEA0B5;
}
</style>