Shades of White Lilac #EDDDF8
Tints of White Lilac #EDDDF8
RGB
CMYK
RGB Variations
Color information
#EDDDF8 (or 0xEDDDF8) is known color: White Lilac. HEX triplet: ED, DD and F8. RGB value is (237,221,248). Sum of RGB (Red+Green+Blue) = 237+221+248=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDDDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF8 is #122207. Grayscale: #E4E4E4. Windows color (decimal): -1188360 or 16309741. OLE color: 16309741.
HSL color Cylindrical-coordinate representation of color #EDDDF8: hue angle of 275.56º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDDF8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 221 | 248 | - |
CMYK | 0.04 | 0.11 | 0 | 0.03 |
HSL | 275.56º | 0.66% | 0.92% | - |
HSV(B) | 275.56º | 0.11% | 0.97% | - |
XYZ | 77.72 | 76.49 | 99.48 | - |
YUV | 228.86 | 138.8 | 133.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 248 | 0.04 | 0.11 | 0 | 0.03 | 275.56 | 0.66 | 0.92 |
Hex | ED | DD | F8 | 4 | B | 0 | 3 | 114 | 42 | 5C |
Octal | 355 | 335 | 370 | 4 | 13 | 0 | 3 | 424 | 102 | 134 |
Binary | 11101101 | 11011101 | 11111000 | 100 | 1011 | 0 | 11 | 100010100 | 1000010 | 1011100 |
Color Harmonies of #EDDDF8
Complementary color
Monochromatic Colors of #EDDDF8
Black with #EDDDF8
Text Example
Text Example
White with #EDDDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDF8; }
p { color: rgb(237,221,248); }
H1.HeaderClassName
{
color: #EDDDF8;
}
.AnyTagClassName
{
color: #EDDDF8;
}
</style>
background-color css
<style>
a { background-color: #EDDDF8; }
a { background-color: rgb(237,221,248); }
div.DivClassName
{
background-color: #EDDDF8;
}
.BgClassName
{
background-color: #EDDDF8;
}
</style>
border-color css
<style>
span { border-color: #EDDDF8; }
span { border-color: rgb(237,221,248); }
td.TdClassName
{
border-color: #EDDDF8;
}
.TagClassName
{
border-color: #EDDDF8;
}
</style>