Shades of Lily #CE7DB0
Tints of Lily #CE7DB0
RGB
CMYK
RGB Variations
Color information
#CE7DB0 (or 0xCE7DB0) is known color: Lily. HEX triplet: CE, 7D and B0. RGB value is (206,125,176). Sum of RGB (Red+Green+Blue) = 206+125+176=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7DB0 is #31824F. Grayscale: #9A9A9A. Windows color (decimal): -3244624 or 11566542. OLE color: 11566542.
HSL color Cylindrical-coordinate representation of color #CE7DB0: hue angle of 322.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7DB0 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 176 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.19 |
| HSL | 322.22º | 0.45% | 0.65% | - |
| HSV(B) | 322.22º | 0.39% | 0.81% | - |
| XYZ | 40.62 | 30.92 | 44.9 | - |
| YUV | 155.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 176 | 0 | 0.39 | 0.15 | 0.19 | 322.22 | 0.45 | 0.65 |
| Hex | CE | 7D | B0 | 0 | 27 | F | 13 | 142 | 2D | 41 |
| Octal | 316 | 175 | 260 | 0 | 47 | 17 | 23 | 502 | 55 | 101 |
| Binary | 11001110 | 1111101 | 10110000 | 0 | 100111 | 1111 | 10011 | 101000010 | 101101 | 1000001 |
Color Harmonies of #CE7DB0
Complementary color
Monochromatic Colors of #CE7DB0
Black with #CE7DB0
Text Example
Text Example
White with #CE7DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DB0; }
p { color: rgb(206,125,176); }
H1.HeaderClassName
{
color: #CE7DB0;
}
.AnyTagClassName
{
color: #CE7DB0;
}
</style>
background-color css
<style>
a { background-color: #CE7DB0; }
a { background-color: rgb(206,125,176); }
div.DivClassName
{
background-color: #CE7DB0;
}
.BgClassName
{
background-color: #CE7DB0;
}
</style>
border-color css
<style>
span { border-color: #CE7DB0; }
span { border-color: rgb(206,125,176); }
td.TdClassName
{
border-color: #CE7DB0;
}
.TagClassName
{
border-color: #CE7DB0;
}
</style>