Shades of Lavender #EAE4FD
Tints of Lavender #EAE4FD
RGB
CMYK
RGB Variations
Color information
#EAE4FD (or 0xEAE4FD) is known color: Lavender. HEX triplet: EA, E4 and FD. RGB value is (234,228,253). Sum of RGB (Red+Green+Blue) = 234+228+253=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAE4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE4FD is #151B02. Grayscale: #E8E8E8. Windows color (decimal): -1383171 or 16639210. OLE color: 16639210.
HSL color Cylindrical-coordinate representation of color #EAE4FD: hue angle of 254.4º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAE4FD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 228 | 253 | - |
CMYK | 0.08 | 0.10 | 0 | 0.01 |
HSL | 254.4º | 0.86% | 0.94% | - |
HSV(B) | 254.4º | 0.1% | 0.99% | - |
XYZ | 79.4 | 80.07 | 104.2 | - |
YUV | 232.64 | 139.49 | 128.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 228 | 253 | 0.08 | 0.10 | 0 | 0.01 | 254.4 | 0.86 | 0.94 |
Hex | EA | E4 | FD | 8 | A | 0 | 1 | FE | 56 | 5E |
Octal | 352 | 344 | 375 | 10 | 12 | 0 | 1 | 376 | 126 | 136 |
Binary | 11101010 | 11100100 | 11111101 | 1000 | 1010 | 0 | 1 | 11111110 | 1010110 | 1011110 |
Color Harmonies of #EAE4FD
Complementary color
Monochromatic Colors of #EAE4FD
Black with #EAE4FD
Text Example
Text Example
White with #EAE4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE4FD; }
p { color: rgb(234,228,253); }
H1.HeaderClassName
{
color: #EAE4FD;
}
.AnyTagClassName
{
color: #EAE4FD;
}
</style>
background-color css
<style>
a { background-color: #EAE4FD; }
a { background-color: rgb(234,228,253); }
div.DivClassName
{
background-color: #EAE4FD;
}
.BgClassName
{
background-color: #EAE4FD;
}
</style>
border-color css
<style>
span { border-color: #EAE4FD; }
span { border-color: rgb(234,228,253); }
td.TdClassName
{
border-color: #EAE4FD;
}
.TagClassName
{
border-color: #EAE4FD;
}
</style>