Shades of White Lilac #EDE0F3
Tints of White Lilac #EDE0F3
RGB
CMYK
RGB Variations
Color information
#EDE0F3 (or 0xEDE0F3) is known color: White Lilac. HEX triplet: ED, E0 and F3. RGB value is (237,224,243). Sum of RGB (Red+Green+Blue) = 237+224+243=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0F3 is #121F0C. Grayscale: #E5E5E5. Windows color (decimal): -1187597 or 15982829. OLE color: 15982829.
HSL color Cylindrical-coordinate representation of color #EDE0F3: hue angle of 281.05º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE0F3 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 224 | 243 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.05 |
| HSL | 281.05º | 0.44% | 0.92% | - |
| HSV(B) | 281.05º | 0.08% | 0.95% | - |
| XYZ | 77.76 | 77.79 | 95.71 | - |
| YUV | 230.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 243 | 0.02 | 0.08 | 0 | 0.05 | 281.05 | 0.44 | 0.92 |
| Hex | ED | E0 | F3 | 2 | 8 | 0 | 5 | 119 | 2C | 5C |
| Octal | 355 | 340 | 363 | 2 | 10 | 0 | 5 | 431 | 54 | 134 |
| Binary | 11101101 | 11100000 | 11110011 | 10 | 1000 | 0 | 101 | 100011001 | 101100 | 1011100 |
Color Harmonies of #EDE0F3
Complementary color
Monochromatic Colors of #EDE0F3
Black with #EDE0F3
Text Example
Text Example
White with #EDE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0F3; }
p { color: rgb(237,224,243); }
H1.HeaderClassName
{
color: #EDE0F3;
}
.AnyTagClassName
{
color: #EDE0F3;
}
</style>
background-color css
<style>
a { background-color: #EDE0F3; }
a { background-color: rgb(237,224,243); }
div.DivClassName
{
background-color: #EDE0F3;
}
.BgClassName
{
background-color: #EDE0F3;
}
</style>
border-color css
<style>
span { border-color: #EDE0F3; }
span { border-color: rgb(237,224,243); }
td.TdClassName
{
border-color: #EDE0F3;
}
.TagClassName
{
border-color: #EDE0F3;
}
</style>