Shades of Lily #CEA3B4
Tints of Lily #CEA3B4
RGB
CMYK
RGB Variations
Color information
#CEA3B4 (or 0xCEA3B4) is known color: Lily. HEX triplet: CE, A3 and B4. RGB value is (206,163,180). Sum of RGB (Red+Green+Blue) = 206+163+180=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3B4 is #315C4B. Grayscale: #B1B1B1. Windows color (decimal): -3234892 or 11838414. OLE color: 11838414.
HSL color Cylindrical-coordinate representation of color #CEA3B4: hue angle of 336.28º degrees, saturation: 0.3, 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 #CEA3B4 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 180 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.19 |
| HSL | 336.28º | 0.3% | 0.72% | - |
| HSV(B) | 336.28º | 0.21% | 0.81% | - |
| XYZ | 46.79 | 42.61 | 48.94 | - |
| YUV | 177.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 180 | 0 | 0.21 | 0.13 | 0.19 | 336.28 | 0.3 | 0.72 |
| Hex | CE | A3 | B4 | 0 | 15 | D | 13 | 150 | 1E | 48 |
| Octal | 316 | 243 | 264 | 0 | 25 | 15 | 23 | 520 | 36 | 110 |
| Binary | 11001110 | 10100011 | 10110100 | 0 | 10101 | 1101 | 10011 | 101010000 | 11110 | 1001000 |
Color Harmonies of #CEA3B4
Complementary color
Monochromatic Colors of #CEA3B4
Black with #CEA3B4
Text Example
Text Example
White with #CEA3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3B4; }
p { color: rgb(206,163,180); }
H1.HeaderClassName
{
color: #CEA3B4;
}
.AnyTagClassName
{
color: #CEA3B4;
}
</style>
background-color css
<style>
a { background-color: #CEA3B4; }
a { background-color: rgb(206,163,180); }
div.DivClassName
{
background-color: #CEA3B4;
}
.BgClassName
{
background-color: #CEA3B4;
}
</style>
border-color css
<style>
span { border-color: #CEA3B4; }
span { border-color: rgb(206,163,180); }
td.TdClassName
{
border-color: #CEA3B4;
}
.TagClassName
{
border-color: #CEA3B4;
}
</style>