Shades of White Lilac #EADDF3
Tints of White Lilac #EADDF3
RGB
CMYK
RGB Variations
Color information
#EADDF3 (or 0xEADDF3) is known color: White Lilac. HEX triplet: EA, DD and F3. RGB value is (234,221,243). Sum of RGB (Red+Green+Blue) = 234+221+243=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #EADDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF3 is #15220C. Grayscale: #E3E3E3. Windows color (decimal): -1384973 or 15982058. OLE color: 15982058.
HSL color Cylindrical-coordinate representation of color #EADDF3: hue angle of 275.45º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EADDF3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 221 | 243 | - |
CMYK | 0.04 | 0.09 | 0 | 0.05 |
HSL | 275.45º | 0.48% | 0.91% | - |
HSV(B) | 275.45º | 0.09% | 0.95% | - |
XYZ | 75.97 | 75.68 | 95.4 | - |
YUV | 227.4 | 136.81 | 132.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 221 | 243 | 0.04 | 0.09 | 0 | 0.05 | 275.45 | 0.48 | 0.91 |
Hex | EA | DD | F3 | 4 | 9 | 0 | 5 | 113 | 30 | 5B |
Octal | 352 | 335 | 363 | 4 | 11 | 0 | 5 | 423 | 60 | 133 |
Binary | 11101010 | 11011101 | 11110011 | 100 | 1001 | 0 | 101 | 100010011 | 110000 | 1011011 |
Color Harmonies of #EADDF3
Complementary color
Monochromatic Colors of #EADDF3
Black with #EADDF3
Text Example
Text Example
White with #EADDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADDF3; }
p { color: rgb(234,221,243); }
H1.HeaderClassName
{
color: #EADDF3;
}
.AnyTagClassName
{
color: #EADDF3;
}
</style>
background-color css
<style>
a { background-color: #EADDF3; }
a { background-color: rgb(234,221,243); }
div.DivClassName
{
background-color: #EADDF3;
}
.BgClassName
{
background-color: #EADDF3;
}
</style>
border-color css
<style>
span { border-color: #EADDF3; }
span { border-color: rgb(234,221,243); }
td.TdClassName
{
border-color: #EADDF3;
}
.TagClassName
{
border-color: #EADDF3;
}
</style>