Shades of Lily #CE9AB4
Tints of Lily #CE9AB4
RGB
CMYK
RGB Variations
Color information
#CE9AB4 (or 0xCE9AB4) is known color: Lily. HEX triplet: CE, 9A and B4. RGB value is (206,154,180). Sum of RGB (Red+Green+Blue) = 206+154+180=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9AB4 is #31654B. Grayscale: #ACACAC. Windows color (decimal): -3237196 or 11836110. OLE color: 11836110.
HSL color Cylindrical-coordinate representation of color #CE9AB4: hue angle of 330º degrees, saturation: 0.35, 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 #CE9AB4 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 180 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.19 |
| HSL | 330º | 0.35% | 0.71% | - |
| HSV(B) | 330º | 0.25% | 0.81% | - |
| XYZ | 45.25 | 39.53 | 48.42 | - |
| YUV | 172.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 180 | 0 | 0.25 | 0.13 | 0.19 | 330 | 0.35 | 0.71 |
| Hex | CE | 9A | B4 | 0 | 19 | D | 13 | 14A | 23 | 47 |
| Octal | 316 | 232 | 264 | 0 | 31 | 15 | 23 | 512 | 43 | 107 |
| Binary | 11001110 | 10011010 | 10110100 | 0 | 11001 | 1101 | 10011 | 101001010 | 100011 | 1000111 |
Color Harmonies of #CE9AB4
Complementary color
Monochromatic Colors of #CE9AB4
Black with #CE9AB4
Text Example
Text Example
White with #CE9AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9AB4; }
p { color: rgb(206,154,180); }
H1.HeaderClassName
{
color: #CE9AB4;
}
.AnyTagClassName
{
color: #CE9AB4;
}
</style>
background-color css
<style>
a { background-color: #CE9AB4; }
a { background-color: rgb(206,154,180); }
div.DivClassName
{
background-color: #CE9AB4;
}
.BgClassName
{
background-color: #CE9AB4;
}
</style>
border-color css
<style>
span { border-color: #CE9AB4; }
span { border-color: rgb(206,154,180); }
td.TdClassName
{
border-color: #CE9AB4;
}
.TagClassName
{
border-color: #CE9AB4;
}
</style>