Shades of White Lilac #EDDDFB
Tints of White Lilac #EDDDFB
RGB
CMYK
RGB Variations
Color information
#EDDDFB (or 0xEDDDFB) is known color: White Lilac. HEX triplet: ED, DD and FB. RGB value is (237,221,251). Sum of RGB (Red+Green+Blue) = 237+221+251=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFB is #122204. Grayscale: #E5E5E5. Windows color (decimal): -1188357 or 16506349. OLE color: 16506349.
HSL color Cylindrical-coordinate representation of color #EDDDFB: hue angle of 272º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDDFB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 221 | 251 | - |
CMYK | 0.06 | 0.12 | 0 | 0.02 |
HSL | 272º | 0.79% | 0.93% | - |
HSV(B) | 272º | 0.12% | 0.98% | - |
XYZ | 78.19 | 76.68 | 101.95 | - |
YUV | 229.2 | 140.3 | 133.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 251 | 0.06 | 0.12 | 0 | 0.02 | 272 | 0.79 | 0.93 |
Hex | ED | DD | FB | 6 | C | 0 | 2 | 110 | 4F | 5D |
Octal | 355 | 335 | 373 | 6 | 14 | 0 | 2 | 420 | 117 | 135 |
Binary | 11101101 | 11011101 | 11111011 | 110 | 1100 | 0 | 10 | 100010000 | 1001111 | 1011101 |
Color Harmonies of #EDDDFB
Complementary color
Monochromatic Colors of #EDDDFB
Black with #EDDDFB
Text Example
Text Example
White with #EDDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDFB; }
p { color: rgb(237,221,251); }
H1.HeaderClassName
{
color: #EDDDFB;
}
.AnyTagClassName
{
color: #EDDDFB;
}
</style>
background-color css
<style>
a { background-color: #EDDDFB; }
a { background-color: rgb(237,221,251); }
div.DivClassName
{
background-color: #EDDDFB;
}
.BgClassName
{
background-color: #EDDDFB;
}
</style>
border-color css
<style>
span { border-color: #EDDDFB; }
span { border-color: rgb(237,221,251); }
td.TdClassName
{
border-color: #EDDDFB;
}
.TagClassName
{
border-color: #EDDDFB;
}
</style>