Shades of White Lilac #EDEAF0
Tints of White Lilac #EDEAF0
RGB
CMYK
RGB Variations
Color information
#EDEAF0 (or 0xEDEAF0) is known color: White Lilac. HEX triplet: ED, EA and F0. RGB value is (237,234,240). Sum of RGB (Red+Green+Blue) = 237+234+240=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAF0 is #12150F. Grayscale: #EBEBEB. Windows color (decimal): -1185040 or 15788781. OLE color: 15788781.
HSL color Cylindrical-coordinate representation of color #EDEAF0: hue angle of 270º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEAF0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 234 | 240 | - |
CMYK | 0.01 | 0.02 | 0 | 0.06 |
HSL | 270º | 0.17% | 0.93% | - |
HSV(B) | 270º | 0.02% | 0.94% | - |
XYZ | 80.08 | 83.14 | 94.27 | - |
YUV | 235.58 | 130.49 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 234 | 240 | 0.01 | 0.02 | 0 | 0.06 | 270 | 0.17 | 0.93 |
Hex | ED | EA | F0 | 1 | 2 | 0 | 6 | 10E | 11 | 5D |
Octal | 355 | 352 | 360 | 1 | 2 | 0 | 6 | 416 | 21 | 135 |
Binary | 11101101 | 11101010 | 11110000 | 1 | 10 | 0 | 110 | 100001110 | 10001 | 1011101 |
Color Harmonies of #EDEAF0
Complementary color
Monochromatic Colors of #EDEAF0
Black with #EDEAF0
Text Example
Text Example
White with #EDEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAF0; }
p { color: rgb(237,234,240); }
H1.HeaderClassName
{
color: #EDEAF0;
}
.AnyTagClassName
{
color: #EDEAF0;
}
</style>
background-color css
<style>
a { background-color: #EDEAF0; }
a { background-color: rgb(237,234,240); }
div.DivClassName
{
background-color: #EDEAF0;
}
.BgClassName
{
background-color: #EDEAF0;
}
</style>
border-color css
<style>
span { border-color: #EDEAF0; }
span { border-color: rgb(237,234,240); }
td.TdClassName
{
border-color: #EDEAF0;
}
.TagClassName
{
border-color: #EDEAF0;
}
</style>