Shades of White Lilac #EDDEF4
Tints of White Lilac #EDDEF4
RGB
CMYK
RGB Variations
Color information
#EDDEF4 (or 0xEDDEF4) is known color: White Lilac. HEX triplet: ED, DE and F4. RGB value is (237,222,244). Sum of RGB (Red+Green+Blue) = 237+222+244=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDDEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEF4 is #12210B. Grayscale: #E4E4E4. Windows color (decimal): -1188108 or 16047853. OLE color: 16047853.
HSL color Cylindrical-coordinate representation of color #EDDEF4: hue angle of 280.91º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDEF4 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 222 | 244 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.04 |
| HSL | 280.91º | 0.5% | 0.91% | - |
| HSV(B) | 280.91º | 0.09% | 0.96% | - |
| XYZ | 77.38 | 76.78 | 96.33 | - |
| YUV | 228.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 244 | 0.03 | 0.09 | 0 | 0.04 | 280.91 | 0.5 | 0.91 |
| Hex | ED | DE | F4 | 3 | 9 | 0 | 4 | 119 | 32 | 5B |
| Octal | 355 | 336 | 364 | 3 | 11 | 0 | 4 | 431 | 62 | 133 |
| Binary | 11101101 | 11011110 | 11110100 | 11 | 1001 | 0 | 100 | 100011001 | 110010 | 1011011 |
Color Harmonies of #EDDEF4
Complementary color
Monochromatic Colors of #EDDEF4
Black with #EDDEF4
Text Example
Text Example
White with #EDDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEF4; }
p { color: rgb(237,222,244); }
H1.HeaderClassName
{
color: #EDDEF4;
}
.AnyTagClassName
{
color: #EDDEF4;
}
</style>
background-color css
<style>
a { background-color: #EDDEF4; }
a { background-color: rgb(237,222,244); }
div.DivClassName
{
background-color: #EDDEF4;
}
.BgClassName
{
background-color: #EDDEF4;
}
</style>
border-color css
<style>
span { border-color: #EDDEF4; }
span { border-color: rgb(237,222,244); }
td.TdClassName
{
border-color: #EDDEF4;
}
.TagClassName
{
border-color: #EDDEF4;
}
</style>