Shades of Lily #CE9CBC
Tints of Lily #CE9CBC
RGB
CMYK
RGB Variations
Color information
#CE9CBC (or 0xCE9CBC) is known color: Lily. HEX triplet: CE, 9C and BC. RGB value is (206,156,188). Sum of RGB (Red+Green+Blue) = 206+156+188=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CBC is #316343. Grayscale: #AEAEAE. Windows color (decimal): -3236676 or 12360910. OLE color: 12360910.
HSL color Cylindrical-coordinate representation of color #CE9CBC: hue angle of 321.6º 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 #CE9CBC is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 188 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.19 |
| HSL | 321.6º | 0.34% | 0.71% | - |
| HSV(B) | 321.6º | 0.24% | 0.81% | - |
| XYZ | 46.42 | 40.53 | 52.95 | - |
| YUV | 174.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 188 | 0 | 0.24 | 0.09 | 0.19 | 321.6 | 0.34 | 0.71 |
| Hex | CE | 9C | BC | 0 | 18 | 9 | 13 | 142 | 22 | 47 |
| Octal | 316 | 234 | 274 | 0 | 30 | 11 | 23 | 502 | 42 | 107 |
| Binary | 11001110 | 10011100 | 10111100 | 0 | 11000 | 1001 | 10011 | 101000010 | 100010 | 1000111 |
Color Harmonies of #CE9CBC
Complementary color
Monochromatic Colors of #CE9CBC
Black with #CE9CBC
Text Example
Text Example
White with #CE9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CBC; }
p { color: rgb(206,156,188); }
H1.HeaderClassName
{
color: #CE9CBC;
}
.AnyTagClassName
{
color: #CE9CBC;
}
</style>
background-color css
<style>
a { background-color: #CE9CBC; }
a { background-color: rgb(206,156,188); }
div.DivClassName
{
background-color: #CE9CBC;
}
.BgClassName
{
background-color: #CE9CBC;
}
</style>
border-color css
<style>
span { border-color: #CE9CBC; }
span { border-color: rgb(206,156,188); }
td.TdClassName
{
border-color: #CE9CBC;
}
.TagClassName
{
border-color: #CE9CBC;
}
</style>