Shades of Lily #CE9CC0
Tints of Lily #CE9CC0
RGB
CMYK
RGB Variations
Color information
#CE9CC0 (or 0xCE9CC0) is known color: Lily. HEX triplet: CE, 9C and C0. RGB value is (206,156,192). Sum of RGB (Red+Green+Blue) = 206+156+192=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CC0 is #31633F. Grayscale: #AEAEAE. Windows color (decimal): -3236672 or 12623054. OLE color: 12623054.
HSL color Cylindrical-coordinate representation of color #CE9CC0: hue angle of 316.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9CC0 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 192 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.19 |
| HSL | 316.8º | 0.34% | 0.71% | - |
| HSV(B) | 316.8º | 0.24% | 0.81% | - |
| XYZ | 46.86 | 40.7 | 55.26 | - |
| YUV | 175.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 192 | 0 | 0.24 | 0.07 | 0.19 | 316.8 | 0.34 | 0.71 |
| Hex | CE | 9C | C0 | 0 | 18 | 7 | 13 | 13D | 22 | 47 |
| Octal | 316 | 234 | 300 | 0 | 30 | 7 | 23 | 475 | 42 | 107 |
| Binary | 11001110 | 10011100 | 11000000 | 0 | 11000 | 111 | 10011 | 100111101 | 100010 | 1000111 |
Color Harmonies of #CE9CC0
Complementary color
Monochromatic Colors of #CE9CC0
Black with #CE9CC0
Text Example
Text Example
White with #CE9CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CC0; }
p { color: rgb(206,156,192); }
H1.HeaderClassName
{
color: #CE9CC0;
}
.AnyTagClassName
{
color: #CE9CC0;
}
</style>
background-color css
<style>
a { background-color: #CE9CC0; }
a { background-color: rgb(206,156,192); }
div.DivClassName
{
background-color: #CE9CC0;
}
.BgClassName
{
background-color: #CE9CC0;
}
</style>
border-color css
<style>
span { border-color: #CE9CC0; }
span { border-color: rgb(206,156,192); }
td.TdClassName
{
border-color: #CE9CC0;
}
.TagClassName
{
border-color: #CE9CC0;
}
</style>