Shades of Lily #CE94B5
Tints of Lily #CE94B5
RGB
CMYK
RGB Variations
Color information
#CE94B5 (or 0xCE94B5) is known color: Lily. HEX triplet: CE, 94 and B5. RGB value is (206,148,181). Sum of RGB (Red+Green+Blue) = 206+148+181=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94B5 is #316B4A. Grayscale: #A9A9A9. Windows color (decimal): -3238731 or 11900110. OLE color: 11900110.
HSL color Cylindrical-coordinate representation of color #CE94B5: hue angle of 325.86º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE94B5 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 181 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.19 |
| HSL | 325.86º | 0.37% | 0.69% | - |
| HSV(B) | 325.86º | 0.28% | 0.81% | - |
| XYZ | 44.38 | 37.64 | 48.64 | - |
| YUV | 169.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 181 | 0 | 0.28 | 0.12 | 0.19 | 325.86 | 0.37 | 0.69 |
| Hex | CE | 94 | B5 | 0 | 1C | C | 13 | 146 | 25 | 45 |
| Octal | 316 | 224 | 265 | 0 | 34 | 14 | 23 | 506 | 45 | 105 |
| Binary | 11001110 | 10010100 | 10110101 | 0 | 11100 | 1100 | 10011 | 101000110 | 100101 | 1000101 |
Color Harmonies of #CE94B5
Complementary color
Monochromatic Colors of #CE94B5
Black with #CE94B5
Text Example
Text Example
White with #CE94B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94B5; }
p { color: rgb(206,148,181); }
H1.HeaderClassName
{
color: #CE94B5;
}
.AnyTagClassName
{
color: #CE94B5;
}
</style>
background-color css
<style>
a { background-color: #CE94B5; }
a { background-color: rgb(206,148,181); }
div.DivClassName
{
background-color: #CE94B5;
}
.BgClassName
{
background-color: #CE94B5;
}
</style>
border-color css
<style>
span { border-color: #CE94B5; }
span { border-color: rgb(206,148,181); }
td.TdClassName
{
border-color: #CE94B5;
}
.TagClassName
{
border-color: #CE94B5;
}
</style>