Shades of White Lilac #EDDDF4
Tints of White Lilac #EDDDF4
RGB
CMYK
RGB Variations
Color information
#EDDDF4 (or 0xEDDDF4) is known color: White Lilac. HEX triplet: ED, DD and F4. RGB value is (237,221,244). Sum of RGB (Red+Green+Blue) = 237+221+244=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDDDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF4 is #12220B. Grayscale: #E4E4E4. Windows color (decimal): -1188364 or 16047597. OLE color: 16047597.
HSL color Cylindrical-coordinate representation of color #EDDDF4: hue angle of 281.74º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDDF4 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 221 | 244 | - |
CMYK | 0.03 | 0.09 | 0 | 0.04 |
HSL | 281.74º | 0.51% | 0.91% | - |
HSV(B) | 281.74º | 0.09% | 0.96% | - |
XYZ | 77.11 | 76.25 | 96.24 | - |
YUV | 228.41 | 136.8 | 134.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 244 | 0.03 | 0.09 | 0 | 0.04 | 281.74 | 0.51 | 0.91 |
Hex | ED | DD | F4 | 3 | 9 | 0 | 4 | 11A | 33 | 5B |
Octal | 355 | 335 | 364 | 3 | 11 | 0 | 4 | 432 | 63 | 133 |
Binary | 11101101 | 11011101 | 11110100 | 11 | 1001 | 0 | 100 | 100011010 | 110011 | 1011011 |
Color Harmonies of #EDDDF4
Complementary color
Monochromatic Colors of #EDDDF4
Black with #EDDDF4
Text Example
Text Example
White with #EDDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDF4; }
p { color: rgb(237,221,244); }
H1.HeaderClassName
{
color: #EDDDF4;
}
.AnyTagClassName
{
color: #EDDDF4;
}
</style>
background-color css
<style>
a { background-color: #EDDDF4; }
a { background-color: rgb(237,221,244); }
div.DivClassName
{
background-color: #EDDDF4;
}
.BgClassName
{
background-color: #EDDDF4;
}
</style>
border-color css
<style>
span { border-color: #EDDDF4; }
span { border-color: rgb(237,221,244); }
td.TdClassName
{
border-color: #EDDDF4;
}
.TagClassName
{
border-color: #EDDDF4;
}
</style>