Shades of Lily #CE8AB8
Tints of Lily #CE8AB8
RGB
CMYK
RGB Variations
Color information
#CE8AB8 (or 0xCE8AB8) is known color: Lily. HEX triplet: CE, 8A and B8. RGB value is (206,138,184). Sum of RGB (Red+Green+Blue) = 206+138+184=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AB8 is #317547. Grayscale: #A3A3A3. Windows color (decimal): -3241288 or 12094158. OLE color: 12094158.
HSL color Cylindrical-coordinate representation of color #CE8AB8: hue angle of 319.41º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8AB8 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 184 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.19 |
| HSL | 319.41º | 0.41% | 0.67% | - |
| HSV(B) | 319.41º | 0.33% | 0.81% | - |
| XYZ | 43.19 | 34.76 | 49.78 | - |
| YUV | 163.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 184 | 0 | 0.33 | 0.11 | 0.19 | 319.41 | 0.41 | 0.67 |
| Hex | CE | 8A | B8 | 0 | 21 | B | 13 | 13F | 29 | 43 |
| Octal | 316 | 212 | 270 | 0 | 41 | 13 | 23 | 477 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10111000 | 0 | 100001 | 1011 | 10011 | 100111111 | 101001 | 1000011 |
Color Harmonies of #CE8AB8
Complementary color
Monochromatic Colors of #CE8AB8
Black with #CE8AB8
Text Example
Text Example
White with #CE8AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AB8; }
p { color: rgb(206,138,184); }
H1.HeaderClassName
{
color: #CE8AB8;
}
.AnyTagClassName
{
color: #CE8AB8;
}
</style>
background-color css
<style>
a { background-color: #CE8AB8; }
a { background-color: rgb(206,138,184); }
div.DivClassName
{
background-color: #CE8AB8;
}
.BgClassName
{
background-color: #CE8AB8;
}
</style>
border-color css
<style>
span { border-color: #CE8AB8; }
span { border-color: rgb(206,138,184); }
td.TdClassName
{
border-color: #CE8AB8;
}
.TagClassName
{
border-color: #CE8AB8;
}
</style>