Shades of Lily #CE9CBB
Tints of Lily #CE9CBB
RGB
CMYK
RGB Variations
Color information
#CE9CBB (or 0xCE9CBB) is known color: Lily. HEX triplet: CE, 9C and BB. RGB value is (206,156,187). Sum of RGB (Red+Green+Blue) = 206+156+187=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CBB is #316344. Grayscale: #AEAEAE. Windows color (decimal): -3236677 or 12295374. OLE color: 12295374.
HSL color Cylindrical-coordinate representation of color #CE9CBB: hue angle of 322.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 #CE9CBB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 187 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.19 |
| HSL | 322.8º | 0.34% | 0.71% | - |
| HSV(B) | 322.8º | 0.24% | 0.81% | - |
| XYZ | 46.31 | 40.49 | 52.39 | - |
| YUV | 174.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 187 | 0 | 0.24 | 0.09 | 0.19 | 322.8 | 0.34 | 0.71 |
| Hex | CE | 9C | BB | 0 | 18 | 9 | 13 | 143 | 22 | 47 |
| Octal | 316 | 234 | 273 | 0 | 30 | 11 | 23 | 503 | 42 | 107 |
| Binary | 11001110 | 10011100 | 10111011 | 0 | 11000 | 1001 | 10011 | 101000011 | 100010 | 1000111 |
Color Harmonies of #CE9CBB
Complementary color
Monochromatic Colors of #CE9CBB
Black with #CE9CBB
Text Example
Text Example
White with #CE9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CBB; }
p { color: rgb(206,156,187); }
H1.HeaderClassName
{
color: #CE9CBB;
}
.AnyTagClassName
{
color: #CE9CBB;
}
</style>
background-color css
<style>
a { background-color: #CE9CBB; }
a { background-color: rgb(206,156,187); }
div.DivClassName
{
background-color: #CE9CBB;
}
.BgClassName
{
background-color: #CE9CBB;
}
</style>
border-color css
<style>
span { border-color: #CE9CBB; }
span { border-color: rgb(206,156,187); }
td.TdClassName
{
border-color: #CE9CBB;
}
.TagClassName
{
border-color: #CE9CBB;
}
</style>