Shades of White Lilac #EDDDF6
Tints of White Lilac #EDDDF6
RGB
CMYK
RGB Variations
Color information
#EDDDF6 (or 0xEDDDF6) is known color: White Lilac. HEX triplet: ED, DD and F6. RGB value is (237,221,246). Sum of RGB (Red+Green+Blue) = 237+221+246=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDDDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF6 is #122209. Grayscale: #E4E4E4. Windows color (decimal): -1188362 or 16178669. OLE color: 16178669.
HSL color Cylindrical-coordinate representation of color #EDDDF6: hue angle of 278.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDDF6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 221 | 246 | - |
CMYK | 0.04 | 0.10 | 0 | 0.04 |
HSL | 278.4º | 0.58% | 0.92% | - |
HSV(B) | 278.4º | 0.1% | 0.96% | - |
XYZ | 77.42 | 76.37 | 97.85 | - |
YUV | 228.63 | 137.8 | 133.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 246 | 0.04 | 0.10 | 0 | 0.04 | 278.4 | 0.58 | 0.92 |
Hex | ED | DD | F6 | 4 | A | 0 | 4 | 116 | 3A | 5C |
Octal | 355 | 335 | 366 | 4 | 12 | 0 | 4 | 426 | 72 | 134 |
Binary | 11101101 | 11011101 | 11110110 | 100 | 1010 | 0 | 100 | 100010110 | 111010 | 1011100 |
Color Harmonies of #EDDDF6
Complementary color
Monochromatic Colors of #EDDDF6
Black with #EDDDF6
Text Example
Text Example
White with #EDDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDF6; }
p { color: rgb(237,221,246); }
H1.HeaderClassName
{
color: #EDDDF6;
}
.AnyTagClassName
{
color: #EDDDF6;
}
</style>
background-color css
<style>
a { background-color: #EDDDF6; }
a { background-color: rgb(237,221,246); }
div.DivClassName
{
background-color: #EDDDF6;
}
.BgClassName
{
background-color: #EDDDF6;
}
</style>
border-color css
<style>
span { border-color: #EDDDF6; }
span { border-color: rgb(237,221,246); }
td.TdClassName
{
border-color: #EDDDF6;
}
.TagClassName
{
border-color: #EDDDF6;
}
</style>