Shades of Lily #CE94BF
Tints of Lily #CE94BF
RGB
CMYK
RGB Variations
Color information
#CE94BF (or 0xCE94BF) is known color: Lily. HEX triplet: CE, 94 and BF. RGB value is (206,148,191). Sum of RGB (Red+Green+Blue) = 206+148+191=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94BF is #316B40. Grayscale: #AAAAAA. Windows color (decimal): -3238721 or 12555470. OLE color: 12555470.
HSL color Cylindrical-coordinate representation of color #CE94BF: hue angle of 315.52º 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 #CE94BF is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 191 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.19 |
| HSL | 315.52º | 0.37% | 0.69% | - |
| HSV(B) | 315.52º | 0.28% | 0.81% | - |
| XYZ | 45.45 | 38.06 | 54.24 | - |
| YUV | 170.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 191 | 0 | 0.28 | 0.07 | 0.19 | 315.52 | 0.37 | 0.69 |
| Hex | CE | 94 | BF | 0 | 1C | 7 | 13 | 13C | 25 | 45 |
| Octal | 316 | 224 | 277 | 0 | 34 | 7 | 23 | 474 | 45 | 105 |
| Binary | 11001110 | 10010100 | 10111111 | 0 | 11100 | 111 | 10011 | 100111100 | 100101 | 1000101 |
Color Harmonies of #CE94BF
Complementary color
Monochromatic Colors of #CE94BF
Black with #CE94BF
Text Example
Text Example
White with #CE94BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94BF; }
p { color: rgb(206,148,191); }
H1.HeaderClassName
{
color: #CE94BF;
}
.AnyTagClassName
{
color: #CE94BF;
}
</style>
background-color css
<style>
a { background-color: #CE94BF; }
a { background-color: rgb(206,148,191); }
div.DivClassName
{
background-color: #CE94BF;
}
.BgClassName
{
background-color: #CE94BF;
}
</style>
border-color css
<style>
span { border-color: #CE94BF; }
span { border-color: rgb(206,148,191); }
td.TdClassName
{
border-color: #CE94BF;
}
.TagClassName
{
border-color: #CE94BF;
}
</style>