Shades of Lily #CE7AB6
Tints of Lily #CE7AB6
RGB
CMYK
RGB Variations
Color information
#CE7AB6 (or 0xCE7AB6) is known color: Lily. HEX triplet: CE, 7A and B6. RGB value is (206,122,182). Sum of RGB (Red+Green+Blue) = 206+122+182=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AB6 is #318549. Grayscale: #999999. Windows color (decimal): -3245386 or 11958990. OLE color: 11958990.
HSL color Cylindrical-coordinate representation of color #CE7AB6: hue angle of 317.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7AB6 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 182 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.19 |
| HSL | 317.14º | 0.46% | 0.64% | - |
| HSV(B) | 317.14º | 0.41% | 0.81% | - |
| XYZ | 40.86 | 30.42 | 47.97 | - |
| YUV | 153.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 182 | 0 | 0.41 | 0.12 | 0.19 | 317.14 | 0.46 | 0.64 |
| Hex | CE | 7A | B6 | 0 | 29 | C | 13 | 13D | 2E | 40 |
| Octal | 316 | 172 | 266 | 0 | 51 | 14 | 23 | 475 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10110110 | 0 | 101001 | 1100 | 10011 | 100111101 | 101110 | 1000000 |
Color Harmonies of #CE7AB6
Complementary color
Monochromatic Colors of #CE7AB6
Black with #CE7AB6
Text Example
Text Example
White with #CE7AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AB6; }
p { color: rgb(206,122,182); }
H1.HeaderClassName
{
color: #CE7AB6;
}
.AnyTagClassName
{
color: #CE7AB6;
}
</style>
background-color css
<style>
a { background-color: #CE7AB6; }
a { background-color: rgb(206,122,182); }
div.DivClassName
{
background-color: #CE7AB6;
}
.BgClassName
{
background-color: #CE7AB6;
}
</style>
border-color css
<style>
span { border-color: #CE7AB6; }
span { border-color: rgb(206,122,182); }
td.TdClassName
{
border-color: #CE7AB6;
}
.TagClassName
{
border-color: #CE7AB6;
}
</style>