Shades of White Lilac #EEDDFB
Tints of White Lilac #EEDDFB
RGB
CMYK
RGB Variations
Color information
#EEDDFB (or 0xEEDDFB) is known color: White Lilac. HEX triplet: EE, DD and FB. RGB value is (238,221,251). Sum of RGB (Red+Green+Blue) = 238+221+251=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDFB is #112204. Grayscale: #E5E5E5. Windows color (decimal): -1122821 or 16506350. OLE color: 16506350.
HSL color Cylindrical-coordinate representation of color #EEDDFB: hue angle of 274º 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 #EEDDFB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 221 | 251 | - |
CMYK | 0.05 | 0.12 | 0 | 0.02 |
HSL | 274º | 0.79% | 0.93% | - |
HSV(B) | 274º | 0.12% | 0.98% | - |
XYZ | 78.53 | 76.86 | 101.96 | - |
YUV | 229.5 | 140.13 | 134.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 221 | 251 | 0.05 | 0.12 | 0 | 0.02 | 274 | 0.79 | 0.93 |
Hex | EE | DD | FB | 5 | C | 0 | 2 | 112 | 4F | 5D |
Octal | 356 | 335 | 373 | 5 | 14 | 0 | 2 | 422 | 117 | 135 |
Binary | 11101110 | 11011101 | 11111011 | 101 | 1100 | 0 | 10 | 100010010 | 1001111 | 1011101 |
Color Harmonies of #EEDDFB
Complementary color
Monochromatic Colors of #EEDDFB
Black with #EEDDFB
Text Example
Text Example
White with #EEDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDFB; }
p { color: rgb(238,221,251); }
H1.HeaderClassName
{
color: #EEDDFB;
}
.AnyTagClassName
{
color: #EEDDFB;
}
</style>
background-color css
<style>
a { background-color: #EEDDFB; }
a { background-color: rgb(238,221,251); }
div.DivClassName
{
background-color: #EEDDFB;
}
.BgClassName
{
background-color: #EEDDFB;
}
</style>
border-color css
<style>
span { border-color: #EEDDFB; }
span { border-color: rgb(238,221,251); }
td.TdClassName
{
border-color: #EEDDFB;
}
.TagClassName
{
border-color: #EEDDFB;
}
</style>