Shades of French Lilac #E6BADE
Tints of French Lilac #E6BADE
RGB
CMYK
RGB Variations
Color information
#E6BADE (or 0xE6BADE) is known color: French Lilac. HEX triplet: E6, BA and DE. RGB value is (230,186,222). Sum of RGB (Red+Green+Blue) = 230+186+222=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BADE is #194521. Grayscale: #CBCBCB. Windows color (decimal): -1656098 or 14596838. OLE color: 14596838.
HSL color Cylindrical-coordinate representation of color #E6BADE: hue angle of 310.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BADE is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 222 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.10 |
| HSL | 310.91º | 0.47% | 0.82% | - |
| HSV(B) | 310.91º | 0.19% | 0.9% | - |
| XYZ | 63.38 | 57.21 | 76.81 | - |
| YUV | 203.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 222 | 0 | 0.19 | 0.03 | 0.10 | 310.91 | 0.47 | 0.82 |
| Hex | E6 | BA | DE | 0 | 13 | 3 | A | 137 | 2F | 52 |
| Octal | 346 | 272 | 336 | 0 | 23 | 3 | 12 | 467 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11011110 | 0 | 10011 | 11 | 1010 | 100110111 | 101111 | 1010010 |
Color Harmonies of #E6BADE
Complementary color
Monochromatic Colors of #E6BADE
Black with #E6BADE
Text Example
Text Example
White with #E6BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BADE; }
p { color: rgb(230,186,222); }
H1.HeaderClassName
{
color: #E6BADE;
}
.AnyTagClassName
{
color: #E6BADE;
}
</style>
background-color css
<style>
a { background-color: #E6BADE; }
a { background-color: rgb(230,186,222); }
div.DivClassName
{
background-color: #E6BADE;
}
.BgClassName
{
background-color: #E6BADE;
}
</style>
border-color css
<style>
span { border-color: #E6BADE; }
span { border-color: rgb(230,186,222); }
td.TdClassName
{
border-color: #E6BADE;
}
.TagClassName
{
border-color: #E6BADE;
}
</style>