Shades of Lily #CEAAB8
Tints of Lily #CEAAB8
RGB
CMYK
RGB Variations
Color information
#CEAAB8 (or 0xCEAAB8) is known color: Lily. HEX triplet: CE, AA and B8. RGB value is (206,170,184). Sum of RGB (Red+Green+Blue) = 206+170+184=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAB8 is #315547. Grayscale: #B6B6B6. Windows color (decimal): -3233096 or 12102350. OLE color: 12102350.
HSL color Cylindrical-coordinate representation of color #CEAAB8: hue angle of 336.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAAB8 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 184 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.19 |
| HSL | 336.67º | 0.27% | 0.74% | - |
| HSV(B) | 336.67º | 0.17% | 0.81% | - |
| XYZ | 48.48 | 45.33 | 51.54 | - |
| YUV | 182.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 184 | 0 | 0.17 | 0.11 | 0.19 | 336.67 | 0.27 | 0.74 |
| Hex | CE | AA | B8 | 0 | 11 | B | 13 | 151 | 1B | 4A |
| Octal | 316 | 252 | 270 | 0 | 21 | 13 | 23 | 521 | 33 | 112 |
| Binary | 11001110 | 10101010 | 10111000 | 0 | 10001 | 1011 | 10011 | 101010001 | 11011 | 1001010 |
Color Harmonies of #CEAAB8
Complementary color
Monochromatic Colors of #CEAAB8
Black with #CEAAB8
Text Example
Text Example
White with #CEAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAB8; }
p { color: rgb(206,170,184); }
H1.HeaderClassName
{
color: #CEAAB8;
}
.AnyTagClassName
{
color: #CEAAB8;
}
</style>
background-color css
<style>
a { background-color: #CEAAB8; }
a { background-color: rgb(206,170,184); }
div.DivClassName
{
background-color: #CEAAB8;
}
.BgClassName
{
background-color: #CEAAB8;
}
</style>
border-color css
<style>
span { border-color: #CEAAB8; }
span { border-color: rgb(206,170,184); }
td.TdClassName
{
border-color: #CEAAB8;
}
.TagClassName
{
border-color: #CEAAB8;
}
</style>