Shades of French Lilac #E6ADDC
Tints of French Lilac #E6ADDC
RGB
CMYK
RGB Variations
Color information
#E6ADDC (or 0xE6ADDC) is known color: French Lilac. HEX triplet: E6, AD and DC. RGB value is (230,173,220). Sum of RGB (Red+Green+Blue) = 230+173+220=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADDC is #195223. Grayscale: #C3C3C3. Windows color (decimal): -1659428 or 14462438. OLE color: 14462438.
HSL color Cylindrical-coordinate representation of color #E6ADDC: hue angle of 310.53º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ADDC is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 220 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.10 |
| HSL | 310.53º | 0.53% | 0.79% | - |
| HSV(B) | 310.53º | 0.25% | 0.9% | - |
| XYZ | 60.49 | 51.88 | 74.54 | - |
| YUV | 195.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 220 | 0 | 0.25 | 0.04 | 0.10 | 310.53 | 0.53 | 0.79 |
| Hex | E6 | AD | DC | 0 | 19 | 4 | A | 137 | 35 | 4F |
| Octal | 346 | 255 | 334 | 0 | 31 | 4 | 12 | 467 | 65 | 117 |
| Binary | 11100110 | 10101101 | 11011100 | 0 | 11001 | 100 | 1010 | 100110111 | 110101 | 1001111 |
Color Harmonies of #E6ADDC
Complementary color
Monochromatic Colors of #E6ADDC
Black with #E6ADDC
Text Example
Text Example
White with #E6ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADDC; }
p { color: rgb(230,173,220); }
H1.HeaderClassName
{
color: #E6ADDC;
}
.AnyTagClassName
{
color: #E6ADDC;
}
</style>
background-color css
<style>
a { background-color: #E6ADDC; }
a { background-color: rgb(230,173,220); }
div.DivClassName
{
background-color: #E6ADDC;
}
.BgClassName
{
background-color: #E6ADDC;
}
</style>
border-color css
<style>
span { border-color: #E6ADDC; }
span { border-color: rgb(230,173,220); }
td.TdClassName
{
border-color: #E6ADDC;
}
.TagClassName
{
border-color: #E6ADDC;
}
</style>