Shades of Lily #CEA4B8
Tints of Lily #CEA4B8
RGB
CMYK
RGB Variations
Color information
#CEA4B8 (or 0xCEA4B8) is known color: Lily. HEX triplet: CE, A4 and B8. RGB value is (206,164,184). Sum of RGB (Red+Green+Blue) = 206+164+184=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4B8 is #315B47. Grayscale: #B2B2B2. Windows color (decimal): -3234632 or 12100814. OLE color: 12100814.
HSL color Cylindrical-coordinate representation of color #CEA4B8: hue angle of 331.43º 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 #CEA4B8 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 184 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.19 |
| HSL | 331.43º | 0.3% | 0.73% | - |
| HSV(B) | 331.43º | 0.2% | 0.81% | - |
| XYZ | 47.38 | 43.13 | 51.18 | - |
| YUV | 178.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 184 | 0 | 0.20 | 0.11 | 0.19 | 331.43 | 0.3 | 0.73 |
| Hex | CE | A4 | B8 | 0 | 14 | B | 13 | 14B | 1E | 49 |
| Octal | 316 | 244 | 270 | 0 | 24 | 13 | 23 | 513 | 36 | 111 |
| Binary | 11001110 | 10100100 | 10111000 | 0 | 10100 | 1011 | 10011 | 101001011 | 11110 | 1001001 |
Color Harmonies of #CEA4B8
Complementary color
Monochromatic Colors of #CEA4B8
Black with #CEA4B8
Text Example
Text Example
White with #CEA4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4B8; }
p { color: rgb(206,164,184); }
H1.HeaderClassName
{
color: #CEA4B8;
}
.AnyTagClassName
{
color: #CEA4B8;
}
</style>
background-color css
<style>
a { background-color: #CEA4B8; }
a { background-color: rgb(206,164,184); }
div.DivClassName
{
background-color: #CEA4B8;
}
.BgClassName
{
background-color: #CEA4B8;
}
</style>
border-color css
<style>
span { border-color: #CEA4B8; }
span { border-color: rgb(206,164,184); }
td.TdClassName
{
border-color: #CEA4B8;
}
.TagClassName
{
border-color: #CEA4B8;
}
</style>