Shades of White Lilac #EADFF2
Tints of White Lilac #EADFF2
RGB
CMYK
RGB Variations
Color information
#EADFF2 (or 0xEADFF2) is known color: White Lilac. HEX triplet: EA, DF and F2. RGB value is (234,223,242). Sum of RGB (Red+Green+Blue) = 234+223+242=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #EADFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFF2 is #15200D. Grayscale: #E4E4E4. Windows color (decimal): -1384462 or 15917034. OLE color: 15917034.
HSL color Cylindrical-coordinate representation of color #EADFF2: hue angle of 274.74º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADFF2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 223 | 242 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.05 |
| HSL | 274.74º | 0.42% | 0.91% | - |
| HSV(B) | 274.74º | 0.08% | 0.95% | - |
| XYZ | 76.35 | 76.68 | 94.78 | - |
| YUV | 228.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 242 | 0.03 | 0.08 | 0 | 0.05 | 274.74 | 0.42 | 0.91 |
| Hex | EA | DF | F2 | 3 | 8 | 0 | 5 | 113 | 2A | 5B |
| Octal | 352 | 337 | 362 | 3 | 10 | 0 | 5 | 423 | 52 | 133 |
| Binary | 11101010 | 11011111 | 11110010 | 11 | 1000 | 0 | 101 | 100010011 | 101010 | 1011011 |
Color Harmonies of #EADFF2
Complementary color
Monochromatic Colors of #EADFF2
Black with #EADFF2
Text Example
Text Example
White with #EADFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFF2; }
p { color: rgb(234,223,242); }
H1.HeaderClassName
{
color: #EADFF2;
}
.AnyTagClassName
{
color: #EADFF2;
}
</style>
background-color css
<style>
a { background-color: #EADFF2; }
a { background-color: rgb(234,223,242); }
div.DivClassName
{
background-color: #EADFF2;
}
.BgClassName
{
background-color: #EADFF2;
}
</style>
border-color css
<style>
span { border-color: #EADFF2; }
span { border-color: rgb(234,223,242); }
td.TdClassName
{
border-color: #EADFF2;
}
.TagClassName
{
border-color: #EADFF2;
}
</style>