Shades of Lily #CE84B2
Tints of Lily #CE84B2
RGB
CMYK
RGB Variations
Color information
#CE84B2 (or 0xCE84B2) is known color: Lily. HEX triplet: CE, 84 and B2. RGB value is (206,132,178). Sum of RGB (Red+Green+Blue) = 206+132+178=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE84B2 is #317B4D. Grayscale: #9F9F9F. Windows color (decimal): -3242830 or 11699406. OLE color: 11699406.
HSL color Cylindrical-coordinate representation of color #CE84B2: hue angle of 322.7º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE84B2 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 178 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.19 |
| HSL | 322.7º | 0.43% | 0.66% | - |
| HSV(B) | 322.7º | 0.36% | 0.81% | - |
| XYZ | 41.74 | 32.84 | 46.26 | - |
| YUV | 159.37 | 138.52 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 178 | 0 | 0.36 | 0.14 | 0.19 | 322.7 | 0.43 | 0.66 |
| Hex | CE | 84 | B2 | 0 | 24 | E | 13 | 143 | 2B | 42 |
| Octal | 316 | 204 | 262 | 0 | 44 | 16 | 23 | 503 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10110010 | 0 | 100100 | 1110 | 10011 | 101000011 | 101011 | 1000010 |
Color Harmonies of #CE84B2
Complementary color
Monochromatic Colors of #CE84B2
Black with #CE84B2
Text Example
Text Example
White with #CE84B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84B2; }
p { color: rgb(206,132,178); }
H1.HeaderClassName
{
color: #CE84B2;
}
.AnyTagClassName
{
color: #CE84B2;
}
</style>
background-color css
<style>
a { background-color: #CE84B2; }
a { background-color: rgb(206,132,178); }
div.DivClassName
{
background-color: #CE84B2;
}
.BgClassName
{
background-color: #CE84B2;
}
</style>
border-color css
<style>
span { border-color: #CE84B2; }
span { border-color: rgb(206,132,178); }
td.TdClassName
{
border-color: #CE84B2;
}
.TagClassName
{
border-color: #CE84B2;
}
</style>