Shades of White Lilac #EDE6F3
Tints of White Lilac #EDE6F3
RGB
CMYK
RGB Variations
Color information
#EDE6F3 (or 0xEDE6F3) is known color: White Lilac. HEX triplet: ED, E6 and F3. RGB value is (237,230,243). Sum of RGB (Red+Green+Blue) = 237+230+243=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDE6F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6F3 is #12190C. Grayscale: #E9E9E9. Windows color (decimal): -1186061 or 15984365. OLE color: 15984365.
HSL color Cylindrical-coordinate representation of color #EDE6F3: hue angle of 272.31º degrees, saturation: 0.35, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE6F3 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 230 | 243 | - |
CMYK | 0.02 | 0.05 | 0 | 0.05 |
HSL | 272.31º | 0.35% | 0.93% | - |
HSV(B) | 272.31º | 0.05% | 0.95% | - |
XYZ | 79.4 | 81.07 | 96.26 | - |
YUV | 233.58 | 133.32 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 230 | 243 | 0.02 | 0.05 | 0 | 0.05 | 272.31 | 0.35 | 0.93 |
Hex | ED | E6 | F3 | 2 | 5 | 0 | 5 | 110 | 23 | 5D |
Octal | 355 | 346 | 363 | 2 | 5 | 0 | 5 | 420 | 43 | 135 |
Binary | 11101101 | 11100110 | 11110011 | 10 | 101 | 0 | 101 | 100010000 | 100011 | 1011101 |
Color Harmonies of #EDE6F3
Complementary color
Monochromatic Colors of #EDE6F3
Black with #EDE6F3
Text Example
Text Example
White with #EDE6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6F3; }
p { color: rgb(237,230,243); }
H1.HeaderClassName
{
color: #EDE6F3;
}
.AnyTagClassName
{
color: #EDE6F3;
}
</style>
background-color css
<style>
a { background-color: #EDE6F3; }
a { background-color: rgb(237,230,243); }
div.DivClassName
{
background-color: #EDE6F3;
}
.BgClassName
{
background-color: #EDE6F3;
}
</style>
border-color css
<style>
span { border-color: #EDE6F3; }
span { border-color: rgb(237,230,243); }
td.TdClassName
{
border-color: #EDE6F3;
}
.TagClassName
{
border-color: #EDE6F3;
}
</style>