Shades of Lily #CE7DB8
Tints of Lily #CE7DB8
RGB
CMYK
RGB Variations
Color information
#CE7DB8 (or 0xCE7DB8) is known color: Lily. HEX triplet: CE, 7D and B8. RGB value is (206,125,184). Sum of RGB (Red+Green+Blue) = 206+125+184=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DB8 is #318247. Grayscale: #9B9B9B. Windows color (decimal): -3244616 or 12090830. OLE color: 12090830.
HSL color Cylindrical-coordinate representation of color #CE7DB8: hue angle of 316.3º 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 #CE7DB8 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 184 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.19 |
| HSL | 316.3º | 0.45% | 0.65% | - |
| HSV(B) | 316.3º | 0.39% | 0.81% | - |
| XYZ | 41.44 | 31.25 | 49.2 | - |
| YUV | 155.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 184 | 0 | 0.39 | 0.11 | 0.19 | 316.3 | 0.45 | 0.65 |
| Hex | CE | 7D | B8 | 0 | 27 | B | 13 | 13C | 2D | 41 |
| Octal | 316 | 175 | 270 | 0 | 47 | 13 | 23 | 474 | 55 | 101 |
| Binary | 11001110 | 1111101 | 10111000 | 0 | 100111 | 1011 | 10011 | 100111100 | 101101 | 1000001 |
Color Harmonies of #CE7DB8
Complementary color
Monochromatic Colors of #CE7DB8
Black with #CE7DB8
Text Example
Text Example
White with #CE7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DB8; }
p { color: rgb(206,125,184); }
H1.HeaderClassName
{
color: #CE7DB8;
}
.AnyTagClassName
{
color: #CE7DB8;
}
</style>
background-color css
<style>
a { background-color: #CE7DB8; }
a { background-color: rgb(206,125,184); }
div.DivClassName
{
background-color: #CE7DB8;
}
.BgClassName
{
background-color: #CE7DB8;
}
</style>
border-color css
<style>
span { border-color: #CE7DB8; }
span { border-color: rgb(206,125,184); }
td.TdClassName
{
border-color: #CE7DB8;
}
.TagClassName
{
border-color: #CE7DB8;
}
</style>