Shades of Lily #CE7DB1
Tints of Lily #CE7DB1
RGB
CMYK
RGB Variations
Color information
#CE7DB1 (or 0xCE7DB1) is known color: Lily. HEX triplet: CE, 7D and B1. RGB value is (206,125,177). Sum of RGB (Red+Green+Blue) = 206+125+177=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7DB1 is #31824E. Grayscale: #9B9B9B. Windows color (decimal): -3244623 or 11632078. OLE color: 11632078.
HSL color Cylindrical-coordinate representation of color #CE7DB1: hue angle of 321.48º 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 #CE7DB1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 177 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.19 |
| HSL | 321.48º | 0.45% | 0.65% | - |
| HSV(B) | 321.48º | 0.39% | 0.81% | - |
| XYZ | 40.72 | 30.96 | 45.43 | - |
| YUV | 155.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 177 | 0 | 0.39 | 0.14 | 0.19 | 321.48 | 0.45 | 0.65 |
| Hex | CE | 7D | B1 | 0 | 27 | E | 13 | 141 | 2D | 41 |
| Octal | 316 | 175 | 261 | 0 | 47 | 16 | 23 | 501 | 55 | 101 |
| Binary | 11001110 | 1111101 | 10110001 | 0 | 100111 | 1110 | 10011 | 101000001 | 101101 | 1000001 |
Color Harmonies of #CE7DB1
Complementary color
Monochromatic Colors of #CE7DB1
Black with #CE7DB1
Text Example
Text Example
White with #CE7DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DB1; }
p { color: rgb(206,125,177); }
H1.HeaderClassName
{
color: #CE7DB1;
}
.AnyTagClassName
{
color: #CE7DB1;
}
</style>
background-color css
<style>
a { background-color: #CE7DB1; }
a { background-color: rgb(206,125,177); }
div.DivClassName
{
background-color: #CE7DB1;
}
.BgClassName
{
background-color: #CE7DB1;
}
</style>
border-color css
<style>
span { border-color: #CE7DB1; }
span { border-color: rgb(206,125,177); }
td.TdClassName
{
border-color: #CE7DB1;
}
.TagClassName
{
border-color: #CE7DB1;
}
</style>