Shades of White Lilac #EDE4F3
Tints of White Lilac #EDE4F3
RGB
CMYK
RGB Variations
Color information
#EDE4F3 (or 0xEDE4F3) is known color: White Lilac. HEX triplet: ED, E4 and F3. RGB value is (237,228,243). Sum of RGB (Red+Green+Blue) = 237+228+243=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 228 (89.45% from 255 or 32.20% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDE4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4F3 is #121B0C. Grayscale: #E8E8E8. Windows color (decimal): -1186573 or 15983853. OLE color: 15983853.
HSL color Cylindrical-coordinate representation of color #EDE4F3: hue angle of 276º degrees, saturation: 0.38, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE4F3 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 228 | 243 | - |
CMYK | 0.02 | 0.06 | 0 | 0.05 |
HSL | 276º | 0.38% | 0.92% | - |
HSV(B) | 276º | 0.06% | 0.95% | - |
XYZ | 78.85 | 79.96 | 96.07 | - |
YUV | 232.4 | 133.98 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 228 | 243 | 0.02 | 0.06 | 0 | 0.05 | 276 | 0.38 | 0.92 |
Hex | ED | E4 | F3 | 2 | 6 | 0 | 5 | 114 | 26 | 5C |
Octal | 355 | 344 | 363 | 2 | 6 | 0 | 5 | 424 | 46 | 134 |
Binary | 11101101 | 11100100 | 11110011 | 10 | 110 | 0 | 101 | 100010100 | 100110 | 1011100 |
Color Harmonies of #EDE4F3
Complementary color
Monochromatic Colors of #EDE4F3
Black with #EDE4F3
Text Example
Text Example
White with #EDE4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4F3; }
p { color: rgb(237,228,243); }
H1.HeaderClassName
{
color: #EDE4F3;
}
.AnyTagClassName
{
color: #EDE4F3;
}
</style>
background-color css
<style>
a { background-color: #EDE4F3; }
a { background-color: rgb(237,228,243); }
div.DivClassName
{
background-color: #EDE4F3;
}
.BgClassName
{
background-color: #EDE4F3;
}
</style>
border-color css
<style>
span { border-color: #EDE4F3; }
span { border-color: rgb(237,228,243); }
td.TdClassName
{
border-color: #EDE4F3;
}
.TagClassName
{
border-color: #EDE4F3;
}
</style>