Shades of Lily #CEA4B6
Tints of Lily #CEA4B6
RGB
CMYK
RGB Variations
Color information
#CEA4B6 (or 0xCEA4B6) is known color: Lily. HEX triplet: CE, A4 and B6. RGB value is (206,164,182). Sum of RGB (Red+Green+Blue) = 206+164+182=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4B6 is #315B49. Grayscale: #B2B2B2. Windows color (decimal): -3234634 or 11969742. OLE color: 11969742.
HSL color Cylindrical-coordinate representation of color #CEA4B6: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA4B6 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 182 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.19 |
| HSL | 334.29º | 0.3% | 0.73% | - |
| HSV(B) | 334.29º | 0.2% | 0.81% | - |
| XYZ | 47.17 | 43.05 | 50.08 | - |
| YUV | 178.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 182 | 0 | 0.20 | 0.12 | 0.19 | 334.29 | 0.3 | 0.73 |
| Hex | CE | A4 | B6 | 0 | 14 | C | 13 | 14E | 1E | 49 |
| Octal | 316 | 244 | 266 | 0 | 24 | 14 | 23 | 516 | 36 | 111 |
| Binary | 11001110 | 10100100 | 10110110 | 0 | 10100 | 1100 | 10011 | 101001110 | 11110 | 1001001 |
Color Harmonies of #CEA4B6
Complementary color
Monochromatic Colors of #CEA4B6
Black with #CEA4B6
Text Example
Text Example
White with #CEA4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4B6; }
p { color: rgb(206,164,182); }
H1.HeaderClassName
{
color: #CEA4B6;
}
.AnyTagClassName
{
color: #CEA4B6;
}
</style>
background-color css
<style>
a { background-color: #CEA4B6; }
a { background-color: rgb(206,164,182); }
div.DivClassName
{
background-color: #CEA4B6;
}
.BgClassName
{
background-color: #CEA4B6;
}
</style>
border-color css
<style>
span { border-color: #CEA4B6; }
span { border-color: rgb(206,164,182); }
td.TdClassName
{
border-color: #CEA4B6;
}
.TagClassName
{
border-color: #CEA4B6;
}
</style>