Shades of Lily #CE9DB3
Tints of Lily #CE9DB3
RGB
CMYK
RGB Variations
Color information
#CE9DB3 (or 0xCE9DB3) is known color: Lily. HEX triplet: CE, 9D and B3. RGB value is (206,157,179). Sum of RGB (Red+Green+Blue) = 206+157+179=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DB3 is #31624C. Grayscale: #AEAEAE. Windows color (decimal): -3236429 or 11771342. OLE color: 11771342.
HSL color Cylindrical-coordinate representation of color #CE9DB3: hue angle of 333.06º degrees, saturation: 0.33, 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 #CE9DB3 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 179 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.19 |
| HSL | 333.06º | 0.33% | 0.71% | - |
| HSV(B) | 333.06º | 0.24% | 0.81% | - |
| XYZ | 45.65 | 40.49 | 48.06 | - |
| YUV | 174.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 179 | 0 | 0.24 | 0.13 | 0.19 | 333.06 | 0.33 | 0.71 |
| Hex | CE | 9D | B3 | 0 | 18 | D | 13 | 14D | 21 | 47 |
| Octal | 316 | 235 | 263 | 0 | 30 | 15 | 23 | 515 | 41 | 107 |
| Binary | 11001110 | 10011101 | 10110011 | 0 | 11000 | 1101 | 10011 | 101001101 | 100001 | 1000111 |
Color Harmonies of #CE9DB3
Complementary color
Monochromatic Colors of #CE9DB3
Black with #CE9DB3
Text Example
Text Example
White with #CE9DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DB3; }
p { color: rgb(206,157,179); }
H1.HeaderClassName
{
color: #CE9DB3;
}
.AnyTagClassName
{
color: #CE9DB3;
}
</style>
background-color css
<style>
a { background-color: #CE9DB3; }
a { background-color: rgb(206,157,179); }
div.DivClassName
{
background-color: #CE9DB3;
}
.BgClassName
{
background-color: #CE9DB3;
}
</style>
border-color css
<style>
span { border-color: #CE9DB3; }
span { border-color: rgb(206,157,179); }
td.TdClassName
{
border-color: #CE9DB3;
}
.TagClassName
{
border-color: #CE9DB3;
}
</style>