Shades of Lily #CE8BAF
Tints of Lily #CE8BAF
RGB
CMYK
RGB Variations
Color information
#CE8BAF (or 0xCE8BAF) is known color: Lily. HEX triplet: CE, 8B and AF. RGB value is (206,139,175). Sum of RGB (Red+Green+Blue) = 206+139+175=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8BAF is #317450. Grayscale: #A3A3A3. Windows color (decimal): -3241041 or 11504590. OLE color: 11504590.
HSL color Cylindrical-coordinate representation of color #CE8BAF: hue angle of 327.76º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8BAF is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 139 | 175 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.19 |
| HSL | 327.76º | 0.41% | 0.68% | - |
| HSV(B) | 327.76º | 0.33% | 0.81% | - |
| XYZ | 42.42 | 34.68 | 45.02 | - |
| YUV | 163.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 139 | 175 | 0 | 0.33 | 0.15 | 0.19 | 327.76 | 0.41 | 0.68 |
| Hex | CE | 8B | AF | 0 | 21 | F | 13 | 148 | 29 | 44 |
| Octal | 316 | 213 | 257 | 0 | 41 | 17 | 23 | 510 | 51 | 104 |
| Binary | 11001110 | 10001011 | 10101111 | 0 | 100001 | 1111 | 10011 | 101001000 | 101001 | 1000100 |
Color Harmonies of #CE8BAF
Complementary color
Monochromatic Colors of #CE8BAF
Black with #CE8BAF
Text Example
Text Example
White with #CE8BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8BAF; }
p { color: rgb(206,139,175); }
H1.HeaderClassName
{
color: #CE8BAF;
}
.AnyTagClassName
{
color: #CE8BAF;
}
</style>
background-color css
<style>
a { background-color: #CE8BAF; }
a { background-color: rgb(206,139,175); }
div.DivClassName
{
background-color: #CE8BAF;
}
.BgClassName
{
background-color: #CE8BAF;
}
</style>
border-color css
<style>
span { border-color: #CE8BAF; }
span { border-color: rgb(206,139,175); }
td.TdClassName
{
border-color: #CE8BAF;
}
.TagClassName
{
border-color: #CE8BAF;
}
</style>