Shades of White Lilac #EADFF4
Tints of White Lilac #EADFF4
RGB
CMYK
RGB Variations
Color information
#EADFF4 (or 0xEADFF4) is known color: White Lilac. HEX triplet: EA, DF and F4. RGB value is (234,223,244). Sum of RGB (Red+Green+Blue) = 234+223+244=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 244 - color contains mainly: blue. Hex color #EADFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF4 is #15200B. Grayscale: #E4E4E4. Windows color (decimal): -1384460 or 16048106. OLE color: 16048106.
HSL color Cylindrical-coordinate representation of color #EADFF4: hue angle of 271.43º 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 #EADFF4 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 223 | 244 | - |
CMYK | 0.04 | 0.09 | 0 | 0.04 |
HSL | 271.43º | 0.49% | 0.92% | - |
HSV(B) | 271.43º | 0.09% | 0.96% | - |
XYZ | 76.65 | 76.8 | 96.37 | - |
YUV | 228.68 | 136.64 | 131.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 244 | 0.04 | 0.09 | 0 | 0.04 | 271.43 | 0.49 | 0.92 |
Hex | EA | DF | F4 | 4 | 9 | 0 | 4 | 10F | 31 | 5C |
Octal | 352 | 337 | 364 | 4 | 11 | 0 | 4 | 417 | 61 | 134 |
Binary | 11101010 | 11011111 | 11110100 | 100 | 1001 | 0 | 100 | 100001111 | 110001 | 1011100 |
Color Harmonies of #EADFF4
Complementary color
Monochromatic Colors of #EADFF4
Black with #EADFF4
Text Example
Text Example
White with #EADFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFF4; }
p { color: rgb(234,223,244); }
H1.HeaderClassName
{
color: #EADFF4;
}
.AnyTagClassName
{
color: #EADFF4;
}
</style>
background-color css
<style>
a { background-color: #EADFF4; }
a { background-color: rgb(234,223,244); }
div.DivClassName
{
background-color: #EADFF4;
}
.BgClassName
{
background-color: #EADFF4;
}
</style>
border-color css
<style>
span { border-color: #EADFF4; }
span { border-color: rgb(234,223,244); }
td.TdClassName
{
border-color: #EADFF4;
}
.TagClassName
{
border-color: #EADFF4;
}
</style>