Shades of Lily #CEA2B5
Tints of Lily #CEA2B5
RGB
CMYK
RGB Variations
Color information
#CEA2B5 (or 0xCEA2B5) is known color: Lily. HEX triplet: CE, A2 and B5. RGB value is (206,162,181). Sum of RGB (Red+Green+Blue) = 206+162+181=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 181 (71.09% from 255 or 32.97% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA2B5 is #315D4A. Grayscale: #B1B1B1. Windows color (decimal): -3235147 or 11903694. OLE color: 11903694.
HSL color Cylindrical-coordinate representation of color #CEA2B5: hue angle of 334.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA2B5 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 181 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.19 |
| HSL | 334.09º | 0.31% | 0.72% | - |
| HSV(B) | 334.09º | 0.21% | 0.81% | - |
| XYZ | 46.71 | 42.3 | 49.42 | - |
| YUV | 177.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 181 | 0 | 0.21 | 0.12 | 0.19 | 334.09 | 0.31 | 0.72 |
| Hex | CE | A2 | B5 | 0 | 15 | C | 13 | 14E | 1F | 48 |
| Octal | 316 | 242 | 265 | 0 | 25 | 14 | 23 | 516 | 37 | 110 |
| Binary | 11001110 | 10100010 | 10110101 | 0 | 10101 | 1100 | 10011 | 101001110 | 11111 | 1001000 |
Color Harmonies of #CEA2B5
Complementary color
Monochromatic Colors of #CEA2B5
Black with #CEA2B5
Text Example
Text Example
White with #CEA2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA2B5; }
p { color: rgb(206,162,181); }
H1.HeaderClassName
{
color: #CEA2B5;
}
.AnyTagClassName
{
color: #CEA2B5;
}
</style>
background-color css
<style>
a { background-color: #CEA2B5; }
a { background-color: rgb(206,162,181); }
div.DivClassName
{
background-color: #CEA2B5;
}
.BgClassName
{
background-color: #CEA2B5;
}
</style>
border-color css
<style>
span { border-color: #CEA2B5; }
span { border-color: rgb(206,162,181); }
td.TdClassName
{
border-color: #CEA2B5;
}
.TagClassName
{
border-color: #CEA2B5;
}
</style>