Shades of White Lilac #EDDEF8
Tints of White Lilac #EDDEF8
RGB
CMYK
RGB Variations
Color information
#EDDEF8 (or 0xEDDEF8) is known color: White Lilac. HEX triplet: ED, DE and F8. RGB value is (237,222,248). Sum of RGB (Red+Green+Blue) = 237+222+248=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEF8 is #122107. Grayscale: #E5E5E5. Windows color (decimal): -1188104 or 16309997. OLE color: 16309997.
HSL color Cylindrical-coordinate representation of color #EDDEF8: hue angle of 274.62º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDEF8 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 222 | 248 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.03 |
| HSL | 274.62º | 0.65% | 0.92% | - |
| HSV(B) | 274.62º | 0.1% | 0.97% | - |
| XYZ | 77.99 | 77.02 | 99.56 | - |
| YUV | 229.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 248 | 0.04 | 0.10 | 0 | 0.03 | 274.62 | 0.65 | 0.92 |
| Hex | ED | DE | F8 | 4 | A | 0 | 3 | 113 | 41 | 5C |
| Octal | 355 | 336 | 370 | 4 | 12 | 0 | 3 | 423 | 101 | 134 |
| Binary | 11101101 | 11011110 | 11111000 | 100 | 1010 | 0 | 11 | 100010011 | 1000001 | 1011100 |
Color Harmonies of #EDDEF8
Complementary color
Monochromatic Colors of #EDDEF8
Black with #EDDEF8
Text Example
Text Example
White with #EDDEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEF8; }
p { color: rgb(237,222,248); }
H1.HeaderClassName
{
color: #EDDEF8;
}
.AnyTagClassName
{
color: #EDDEF8;
}
</style>
background-color css
<style>
a { background-color: #EDDEF8; }
a { background-color: rgb(237,222,248); }
div.DivClassName
{
background-color: #EDDEF8;
}
.BgClassName
{
background-color: #EDDEF8;
}
</style>
border-color css
<style>
span { border-color: #EDDEF8; }
span { border-color: rgb(237,222,248); }
td.TdClassName
{
border-color: #EDDEF8;
}
.TagClassName
{
border-color: #EDDEF8;
}
</style>