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