Shades of White Lilac #EDDEF5
Tints of White Lilac #EDDEF5
RGB
CMYK
RGB Variations
Color information
#EDDEF5 (or 0xEDDEF5) is known color: White Lilac. HEX triplet: ED, DE and F5. RGB value is (237,222,245). Sum of RGB (Red+Green+Blue) = 237+222+245=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEF5 is #12210A. Grayscale: #E5E5E5. Windows color (decimal): -1188107 or 16113389. OLE color: 16113389.
HSL color Cylindrical-coordinate representation of color #EDDEF5: hue angle of 279.13º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDEF5 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 222 | 245 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.04 |
| HSL | 279.13º | 0.53% | 0.92% | - |
| HSV(B) | 279.13º | 0.09% | 0.96% | - |
| XYZ | 77.53 | 76.84 | 97.13 | - |
| YUV | 229.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 245 | 0.03 | 0.09 | 0 | 0.04 | 279.13 | 0.53 | 0.92 |
| Hex | ED | DE | F5 | 3 | 9 | 0 | 4 | 117 | 35 | 5C |
| Octal | 355 | 336 | 365 | 3 | 11 | 0 | 4 | 427 | 65 | 134 |
| Binary | 11101101 | 11011110 | 11110101 | 11 | 1001 | 0 | 100 | 100010111 | 110101 | 1011100 |
Color Harmonies of #EDDEF5
Complementary color
Monochromatic Colors of #EDDEF5
Black with #EDDEF5
Text Example
Text Example
White with #EDDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEF5; }
p { color: rgb(237,222,245); }
H1.HeaderClassName
{
color: #EDDEF5;
}
.AnyTagClassName
{
color: #EDDEF5;
}
</style>
background-color css
<style>
a { background-color: #EDDEF5; }
a { background-color: rgb(237,222,245); }
div.DivClassName
{
background-color: #EDDEF5;
}
.BgClassName
{
background-color: #EDDEF5;
}
</style>
border-color css
<style>
span { border-color: #EDDEF5; }
span { border-color: rgb(237,222,245); }
td.TdClassName
{
border-color: #EDDEF5;
}
.TagClassName
{
border-color: #EDDEF5;
}
</style>