Shades of Lily #CEA4B3
Tints of Lily #CEA4B3
RGB
CMYK
RGB Variations
Color information
#CEA4B3 (or 0xCEA4B3) is known color: Lily. HEX triplet: CE, A4 and B3. RGB value is (206,164,179). Sum of RGB (Red+Green+Blue) = 206+164+179=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4B3 is #315B4C. Grayscale: #B2B2B2. Windows color (decimal): -3234637 or 11773134. OLE color: 11773134.
HSL color Cylindrical-coordinate representation of color #CEA4B3: hue angle of 338.57º 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 #CEA4B3 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 179 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.19 |
| HSL | 338.57º | 0.3% | 0.73% | - |
| HSV(B) | 338.57º | 0.2% | 0.81% | - |
| XYZ | 46.87 | 42.93 | 48.46 | - |
| YUV | 178.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 179 | 0 | 0.20 | 0.13 | 0.19 | 338.57 | 0.3 | 0.73 |
| Hex | CE | A4 | B3 | 0 | 14 | D | 13 | 153 | 1E | 49 |
| Octal | 316 | 244 | 263 | 0 | 24 | 15 | 23 | 523 | 36 | 111 |
| Binary | 11001110 | 10100100 | 10110011 | 0 | 10100 | 1101 | 10011 | 101010011 | 11110 | 1001001 |
Color Harmonies of #CEA4B3
Complementary color
Monochromatic Colors of #CEA4B3
Black with #CEA4B3
Text Example
Text Example
White with #CEA4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4B3; }
p { color: rgb(206,164,179); }
H1.HeaderClassName
{
color: #CEA4B3;
}
.AnyTagClassName
{
color: #CEA4B3;
}
</style>
background-color css
<style>
a { background-color: #CEA4B3; }
a { background-color: rgb(206,164,179); }
div.DivClassName
{
background-color: #CEA4B3;
}
.BgClassName
{
background-color: #CEA4B3;
}
</style>
border-color css
<style>
span { border-color: #CEA4B3; }
span { border-color: rgb(206,164,179); }
td.TdClassName
{
border-color: #CEA4B3;
}
.TagClassName
{
border-color: #CEA4B3;
}
</style>