Shades of White Lilac #EEDFF4
Tints of White Lilac #EEDFF4
RGB
CMYK
RGB Variations
Color information
#EEDFF4 (or 0xEEDFF4) is known color: White Lilac. HEX triplet: EE, DF and F4. RGB value is (238,223,244). Sum of RGB (Red+Green+Blue) = 238+223+244=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 244 (95.70% from 255 or 34.61% from 705); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEDFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFF4 is #11200B. Grayscale: #E5E5E5. Windows color (decimal): -1122316 or 16048110. OLE color: 16048110.
HSL color Cylindrical-coordinate representation of color #EEDFF4: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDFF4 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 223 | 244 | - |
CMYK | 0.02 | 0.09 | 0 | 0.04 |
HSL | 282.86º | 0.49% | 0.92% | - |
HSV(B) | 282.86º | 0.09% | 0.96% | - |
XYZ | 77.98 | 77.48 | 96.43 | - |
YUV | 229.88 | 135.97 | 133.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 223 | 244 | 0.02 | 0.09 | 0 | 0.04 | 282.86 | 0.49 | 0.92 |
Hex | EE | DF | F4 | 2 | 9 | 0 | 4 | 11B | 31 | 5C |
Octal | 356 | 337 | 364 | 2 | 11 | 0 | 4 | 433 | 61 | 134 |
Binary | 11101110 | 11011111 | 11110100 | 10 | 1001 | 0 | 100 | 100011011 | 110001 | 1011100 |
Color Harmonies of #EEDFF4
Complementary color
Monochromatic Colors of #EEDFF4
Black with #EEDFF4
Text Example
Text Example
White with #EEDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFF4; }
p { color: rgb(238,223,244); }
H1.HeaderClassName
{
color: #EEDFF4;
}
.AnyTagClassName
{
color: #EEDFF4;
}
</style>
background-color css
<style>
a { background-color: #EEDFF4; }
a { background-color: rgb(238,223,244); }
div.DivClassName
{
background-color: #EEDFF4;
}
.BgClassName
{
background-color: #EEDFF4;
}
</style>
border-color css
<style>
span { border-color: #EEDFF4; }
span { border-color: rgb(238,223,244); }
td.TdClassName
{
border-color: #EEDFF4;
}
.TagClassName
{
border-color: #EEDFF4;
}
</style>