Shades of Lily #CE7AB4
Tints of Lily #CE7AB4
RGB
CMYK
RGB Variations
Color information
#CE7AB4 (or 0xCE7AB4) is known color: Lily. HEX triplet: CE, 7A and B4. RGB value is (206,122,180). Sum of RGB (Red+Green+Blue) = 206+122+180=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AB4 is #31854B. Grayscale: #999999. Windows color (decimal): -3245388 or 11827918. OLE color: 11827918.
HSL color Cylindrical-coordinate representation of color #CE7AB4: hue angle of 318.57º 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 #CE7AB4 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 180 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.19 |
| HSL | 318.57º | 0.46% | 0.64% | - |
| HSV(B) | 318.57º | 0.41% | 0.81% | - |
| XYZ | 40.65 | 30.34 | 46.89 | - |
| YUV | 153.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 180 | 0 | 0.41 | 0.13 | 0.19 | 318.57 | 0.46 | 0.64 |
| Hex | CE | 7A | B4 | 0 | 29 | D | 13 | 13F | 2E | 40 |
| Octal | 316 | 172 | 264 | 0 | 51 | 15 | 23 | 477 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10110100 | 0 | 101001 | 1101 | 10011 | 100111111 | 101110 | 1000000 |
Color Harmonies of #CE7AB4
Complementary color
Monochromatic Colors of #CE7AB4
Black with #CE7AB4
Text Example
Text Example
White with #CE7AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7AB4; }
p { color: rgb(206,122,180); }
H1.HeaderClassName
{
color: #CE7AB4;
}
.AnyTagClassName
{
color: #CE7AB4;
}
</style>
background-color css
<style>
a { background-color: #CE7AB4; }
a { background-color: rgb(206,122,180); }
div.DivClassName
{
background-color: #CE7AB4;
}
.BgClassName
{
background-color: #CE7AB4;
}
</style>
border-color css
<style>
span { border-color: #CE7AB4; }
span { border-color: rgb(206,122,180); }
td.TdClassName
{
border-color: #CE7AB4;
}
.TagClassName
{
border-color: #CE7AB4;
}
</style>