Shades of White Lilac #EDDDF5
Tints of White Lilac #EDDDF5
RGB
CMYK
RGB Variations
Color information
#EDDDF5 (or 0xEDDDF5) is known color: White Lilac. HEX triplet: ED, DD and F5. RGB value is (237,221,245). Sum of RGB (Red+Green+Blue) = 237+221+245=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDDDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF5 is #12220A. Grayscale: #E4E4E4. Windows color (decimal): -1188363 or 16113133. OLE color: 16113133.
HSL color Cylindrical-coordinate representation of color #EDDDF5: hue angle of 280º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDDDF5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 221 | 245 | - |
CMYK | 0.03 | 0.10 | 0 | 0.04 |
HSL | 280º | 0.55% | 0.91% | - |
HSV(B) | 280º | 0.1% | 0.96% | - |
XYZ | 77.26 | 76.31 | 97.04 | - |
YUV | 228.52 | 137.3 | 134.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 245 | 0.03 | 0.10 | 0 | 0.04 | 280 | 0.55 | 0.91 |
Hex | ED | DD | F5 | 3 | A | 0 | 4 | 118 | 37 | 5B |
Octal | 355 | 335 | 365 | 3 | 12 | 0 | 4 | 430 | 67 | 133 |
Binary | 11101101 | 11011101 | 11110101 | 11 | 1010 | 0 | 100 | 100011000 | 110111 | 1011011 |
Color Harmonies of #EDDDF5
Complementary color
Monochromatic Colors of #EDDDF5
Black with #EDDDF5
Text Example
Text Example
White with #EDDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDF5; }
p { color: rgb(237,221,245); }
H1.HeaderClassName
{
color: #EDDDF5;
}
.AnyTagClassName
{
color: #EDDDF5;
}
</style>
background-color css
<style>
a { background-color: #EDDDF5; }
a { background-color: rgb(237,221,245); }
div.DivClassName
{
background-color: #EDDDF5;
}
.BgClassName
{
background-color: #EDDDF5;
}
</style>
border-color css
<style>
span { border-color: #EDDDF5; }
span { border-color: rgb(237,221,245); }
td.TdClassName
{
border-color: #EDDDF5;
}
.TagClassName
{
border-color: #EDDDF5;
}
</style>