Shades of Lily #CE9CB3
Tints of Lily #CE9CB3
RGB
CMYK
RGB Variations
Color information
#CE9CB3 (or 0xCE9CB3) is known color: Lily. HEX triplet: CE, 9C and B3. RGB value is (206,156,179). Sum of RGB (Red+Green+Blue) = 206+156+179=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CB3 is #31634C. Grayscale: #ADADAD. Windows color (decimal): -3236685 or 11771086. OLE color: 11771086.
HSL color Cylindrical-coordinate representation of color #CE9CB3: hue angle of 332.4º 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 #CE9CB3 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 179 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.19 |
| HSL | 332.4º | 0.34% | 0.71% | - |
| HSV(B) | 332.4º | 0.24% | 0.81% | - |
| XYZ | 45.48 | 40.15 | 48 | - |
| YUV | 173.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 179 | 0 | 0.24 | 0.13 | 0.19 | 332.4 | 0.34 | 0.71 |
| Hex | CE | 9C | B3 | 0 | 18 | D | 13 | 14C | 22 | 47 |
| Octal | 316 | 234 | 263 | 0 | 30 | 15 | 23 | 514 | 42 | 107 |
| Binary | 11001110 | 10011100 | 10110011 | 0 | 11000 | 1101 | 10011 | 101001100 | 100010 | 1000111 |
Color Harmonies of #CE9CB3
Complementary color
Monochromatic Colors of #CE9CB3
Black with #CE9CB3
Text Example
Text Example
White with #CE9CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9CB3; }
p { color: rgb(206,156,179); }
H1.HeaderClassName
{
color: #CE9CB3;
}
.AnyTagClassName
{
color: #CE9CB3;
}
</style>
background-color css
<style>
a { background-color: #CE9CB3; }
a { background-color: rgb(206,156,179); }
div.DivClassName
{
background-color: #CE9CB3;
}
.BgClassName
{
background-color: #CE9CB3;
}
</style>
border-color css
<style>
span { border-color: #CE9CB3; }
span { border-color: rgb(206,156,179); }
td.TdClassName
{
border-color: #CE9CB3;
}
.TagClassName
{
border-color: #CE9CB3;
}
</style>