Shades of Lily #CE9BBC
Tints of Lily #CE9BBC
RGB
CMYK
RGB Variations
Color information
#CE9BBC (or 0xCE9BBC) is known color: Lily. HEX triplet: CE, 9B and BC. RGB value is (206,155,188). Sum of RGB (Red+Green+Blue) = 206+155+188=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BBC is #316443. Grayscale: #ADADAD. Windows color (decimal): -3236932 or 12360654. OLE color: 12360654.
HSL color Cylindrical-coordinate representation of color #CE9BBC: hue angle of 321.18º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CE9BBC is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 188 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.19 |
| HSL | 321.18º | 0.34% | 0.71% | - |
| HSV(B) | 321.18º | 0.25% | 0.81% | - |
| XYZ | 46.25 | 40.2 | 52.9 | - |
| YUV | 174.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 188 | 0 | 0.25 | 0.09 | 0.19 | 321.18 | 0.34 | 0.71 |
| Hex | CE | 9B | BC | 0 | 19 | 9 | 13 | 141 | 22 | 47 |
| Octal | 316 | 233 | 274 | 0 | 31 | 11 | 23 | 501 | 42 | 107 |
| Binary | 11001110 | 10011011 | 10111100 | 0 | 11001 | 1001 | 10011 | 101000001 | 100010 | 1000111 |
Color Harmonies of #CE9BBC
Complementary color
Monochromatic Colors of #CE9BBC
Black with #CE9BBC
Text Example
Text Example
White with #CE9BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9BBC; }
p { color: rgb(206,155,188); }
H1.HeaderClassName
{
color: #CE9BBC;
}
.AnyTagClassName
{
color: #CE9BBC;
}
</style>
background-color css
<style>
a { background-color: #CE9BBC; }
a { background-color: rgb(206,155,188); }
div.DivClassName
{
background-color: #CE9BBC;
}
.BgClassName
{
background-color: #CE9BBC;
}
</style>
border-color css
<style>
span { border-color: #CE9BBC; }
span { border-color: rgb(206,155,188); }
td.TdClassName
{
border-color: #CE9BBC;
}
.TagClassName
{
border-color: #CE9BBC;
}
</style>