Shades of White Lilac #EDDDFC
Tints of White Lilac #EDDDFC
RGB
CMYK
RGB Variations
Color information
#EDDDFC (or 0xEDDDFC) is known color: White Lilac. HEX triplet: ED, DD and FC. RGB value is (237,221,252). Sum of RGB (Red+Green+Blue) = 237+221+252=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDDDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFC is #122203. Grayscale: #E5E5E5. Windows color (decimal): -1188356 or 16571885. OLE color: 16571885.
HSL color Cylindrical-coordinate representation of color #EDDDFC: hue angle of 270.97º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDDFC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 221 | 252 | - |
CMYK | 0.06 | 0.12 | 0 | 0.01 |
HSL | 270.97º | 0.84% | 0.93% | - |
HSV(B) | 270.97º | 0.12% | 0.99% | - |
XYZ | 78.35 | 76.75 | 102.78 | - |
YUV | 229.32 | 140.8 | 133.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 252 | 0.06 | 0.12 | 0 | 0.01 | 270.97 | 0.84 | 0.93 |
Hex | ED | DD | FC | 6 | C | 0 | 1 | 10F | 54 | 5D |
Octal | 355 | 335 | 374 | 6 | 14 | 0 | 1 | 417 | 124 | 135 |
Binary | 11101101 | 11011101 | 11111100 | 110 | 1100 | 0 | 1 | 100001111 | 1010100 | 1011101 |
Color Harmonies of #EDDDFC
Complementary color
Monochromatic Colors of #EDDDFC
Black with #EDDDFC
Text Example
Text Example
White with #EDDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDFC; }
p { color: rgb(237,221,252); }
H1.HeaderClassName
{
color: #EDDDFC;
}
.AnyTagClassName
{
color: #EDDDFC;
}
</style>
background-color css
<style>
a { background-color: #EDDDFC; }
a { background-color: rgb(237,221,252); }
div.DivClassName
{
background-color: #EDDDFC;
}
.BgClassName
{
background-color: #EDDDFC;
}
</style>
border-color css
<style>
span { border-color: #EDDDFC; }
span { border-color: rgb(237,221,252); }
td.TdClassName
{
border-color: #EDDDFC;
}
.TagClassName
{
border-color: #EDDDFC;
}
</style>