Shades of White Lilac #EDDDF7
Tints of White Lilac #EDDDF7
RGB
CMYK
RGB Variations
Color information
#EDDDF7 (or 0xEDDDF7) is known color: White Lilac. HEX triplet: ED, DD and F7. RGB value is (237,221,247). Sum of RGB (Red+Green+Blue) = 237+221+247=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDDDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF7 is #122208. Grayscale: #E4E4E4. Windows color (decimal): -1188361 or 16244205. OLE color: 16244205.
HSL color Cylindrical-coordinate representation of color #EDDDF7: hue angle of 276.92º degrees, saturation: 0.62, 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 #EDDDF7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 221 | 247 | - |
CMYK | 0.04 | 0.11 | 0 | 0.03 |
HSL | 276.92º | 0.62% | 0.92% | - |
HSV(B) | 276.92º | 0.11% | 0.97% | - |
XYZ | 77.57 | 76.43 | 98.66 | - |
YUV | 228.75 | 138.3 | 133.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 247 | 0.04 | 0.11 | 0 | 0.03 | 276.92 | 0.62 | 0.92 |
Hex | ED | DD | F7 | 4 | B | 0 | 3 | 115 | 3E | 5C |
Octal | 355 | 335 | 367 | 4 | 13 | 0 | 3 | 425 | 76 | 134 |
Binary | 11101101 | 11011101 | 11110111 | 100 | 1011 | 0 | 11 | 100010101 | 111110 | 1011100 |
Color Harmonies of #EDDDF7
Complementary color
Monochromatic Colors of #EDDDF7
Black with #EDDDF7
Text Example
Text Example
White with #EDDDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDF7; }
p { color: rgb(237,221,247); }
H1.HeaderClassName
{
color: #EDDDF7;
}
.AnyTagClassName
{
color: #EDDDF7;
}
</style>
background-color css
<style>
a { background-color: #EDDDF7; }
a { background-color: rgb(237,221,247); }
div.DivClassName
{
background-color: #EDDDF7;
}
.BgClassName
{
background-color: #EDDDF7;
}
</style>
border-color css
<style>
span { border-color: #EDDDF7; }
span { border-color: rgb(237,221,247); }
td.TdClassName
{
border-color: #EDDDF7;
}
.TagClassName
{
border-color: #EDDDF7;
}
</style>