Shades of Lily #CE9DB4
Tints of Lily #CE9DB4
RGB
CMYK
RGB Variations
Color information
#CE9DB4 (or 0xCE9DB4) is known color: Lily. HEX triplet: CE, 9D and B4. RGB value is (206,157,180). Sum of RGB (Red+Green+Blue) = 206+157+180=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9DB4 is #31624B. Grayscale: #AEAEAE. Windows color (decimal): -3236428 or 11836878. OLE color: 11836878.
HSL color Cylindrical-coordinate representation of color #CE9DB4: hue angle of 331.84º 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 #CE9DB4 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 180 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.19 |
| HSL | 331.84º | 0.33% | 0.71% | - |
| HSV(B) | 331.84º | 0.24% | 0.81% | - |
| XYZ | 45.75 | 40.53 | 48.59 | - |
| YUV | 174.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 180 | 0 | 0.24 | 0.13 | 0.19 | 331.84 | 0.33 | 0.71 |
| Hex | CE | 9D | B4 | 0 | 18 | D | 13 | 14C | 21 | 47 |
| Octal | 316 | 235 | 264 | 0 | 30 | 15 | 23 | 514 | 41 | 107 |
| Binary | 11001110 | 10011101 | 10110100 | 0 | 11000 | 1101 | 10011 | 101001100 | 100001 | 1000111 |
Color Harmonies of #CE9DB4
Complementary color
Monochromatic Colors of #CE9DB4
Black with #CE9DB4
Text Example
Text Example
White with #CE9DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DB4; }
p { color: rgb(206,157,180); }
H1.HeaderClassName
{
color: #CE9DB4;
}
.AnyTagClassName
{
color: #CE9DB4;
}
</style>
background-color css
<style>
a { background-color: #CE9DB4; }
a { background-color: rgb(206,157,180); }
div.DivClassName
{
background-color: #CE9DB4;
}
.BgClassName
{
background-color: #CE9DB4;
}
</style>
border-color css
<style>
span { border-color: #CE9DB4; }
span { border-color: rgb(206,157,180); }
td.TdClassName
{
border-color: #CE9DB4;
}
.TagClassName
{
border-color: #CE9DB4;
}
</style>