Shades of Lily #CE84B6
Tints of Lily #CE84B6
RGB
CMYK
RGB Variations
Color information
#CE84B6 (or 0xCE84B6) is known color: Lily. HEX triplet: CE, 84 and B6. RGB value is (206,132,182). Sum of RGB (Red+Green+Blue) = 206+132+182=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE84B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE84B6 is #317B49. Grayscale: #9F9F9F. Windows color (decimal): -3242826 or 11961550. OLE color: 11961550.
HSL color Cylindrical-coordinate representation of color #CE84B6: hue angle of 319.46º 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 #CE84B6 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 132 | 182 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.19 |
| HSL | 319.46º | 0.43% | 0.66% | - |
| HSV(B) | 319.46º | 0.36% | 0.81% | - |
| XYZ | 42.15 | 33 | 48.4 | - |
| YUV | 159.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 132 | 182 | 0 | 0.36 | 0.12 | 0.19 | 319.46 | 0.43 | 0.66 |
| Hex | CE | 84 | B6 | 0 | 24 | C | 13 | 13F | 2B | 42 |
| Octal | 316 | 204 | 266 | 0 | 44 | 14 | 23 | 477 | 53 | 102 |
| Binary | 11001110 | 10000100 | 10110110 | 0 | 100100 | 1100 | 10011 | 100111111 | 101011 | 1000010 |
Color Harmonies of #CE84B6
Complementary color
Monochromatic Colors of #CE84B6
Black with #CE84B6
Text Example
Text Example
White with #CE84B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE84B6; }
p { color: rgb(206,132,182); }
H1.HeaderClassName
{
color: #CE84B6;
}
.AnyTagClassName
{
color: #CE84B6;
}
</style>
background-color css
<style>
a { background-color: #CE84B6; }
a { background-color: rgb(206,132,182); }
div.DivClassName
{
background-color: #CE84B6;
}
.BgClassName
{
background-color: #CE84B6;
}
</style>
border-color css
<style>
span { border-color: #CE84B6; }
span { border-color: rgb(206,132,182); }
td.TdClassName
{
border-color: #CE84B6;
}
.TagClassName
{
border-color: #CE84B6;
}
</style>