Shades of White Lilac #E9DFF2
Tints of White Lilac #E9DFF2
RGB
CMYK
RGB Variations
Color information
#E9DFF2 (or 0xE9DFF2) is known color: White Lilac. HEX triplet: E9, DF and F2. RGB value is (233,223,242). Sum of RGB (Red+Green+Blue) = 233+223+242=698 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.38% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFF2 is #16200D. Grayscale: #E4E4E4. Windows color (decimal): -1449998 or 15917033. OLE color: 15917033.
HSL color Cylindrical-coordinate representation of color #E9DFF2: hue angle of 271.58º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DFF2 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 223 | 242 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.05 |
| HSL | 271.58º | 0.42% | 0.91% | - |
| HSV(B) | 271.58º | 0.08% | 0.95% | - |
| XYZ | 76.02 | 76.51 | 94.77 | - |
| YUV | 228.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 242 | 0.04 | 0.08 | 0 | 0.05 | 271.58 | 0.42 | 0.91 |
| Hex | E9 | DF | F2 | 4 | 8 | 0 | 5 | 110 | 2A | 5B |
| Octal | 351 | 337 | 362 | 4 | 10 | 0 | 5 | 420 | 52 | 133 |
| Binary | 11101001 | 11011111 | 11110010 | 100 | 1000 | 0 | 101 | 100010000 | 101010 | 1011011 |
Color Harmonies of #E9DFF2
Complementary color
Monochromatic Colors of #E9DFF2
Black with #E9DFF2
Text Example
Text Example
White with #E9DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFF2; }
p { color: rgb(233,223,242); }
H1.HeaderClassName
{
color: #E9DFF2;
}
.AnyTagClassName
{
color: #E9DFF2;
}
</style>
background-color css
<style>
a { background-color: #E9DFF2; }
a { background-color: rgb(233,223,242); }
div.DivClassName
{
background-color: #E9DFF2;
}
.BgClassName
{
background-color: #E9DFF2;
}
</style>
border-color css
<style>
span { border-color: #E9DFF2; }
span { border-color: rgb(233,223,242); }
td.TdClassName
{
border-color: #E9DFF2;
}
.TagClassName
{
border-color: #E9DFF2;
}
</style>