Shades of Lavender #EAEDFF
Tints of Lavender #EAEDFF
RGB
CMYK
RGB Variations
Color information
#EAEDFF (or 0xEAEDFF) is known color: Lavender. HEX triplet: EA, ED and FF. RGB value is (234,237,255). Sum of RGB (Red+Green+Blue) = 234+237+255=726 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.23% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDFF is #151200. Grayscale: #EEEEEE. Windows color (decimal): -1380865 or 16772586. OLE color: 16772586.
HSL color Cylindrical-coordinate representation of color #EAEDFF: hue angle of 231.43º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAEDFF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 237 | 255 | - |
| CMYK | 0.08 | 0.07 | 0 | 0 |
| HSL | 231.43º | 1% | 0.96% | - |
| HSV(B) | 231.43º | 0.08% | 1% | - |
| XYZ | 82.27 | 85.28 | 106.73 | - |
| YUV | 238.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 255 | 0.08 | 0.07 | 0 | 0 | 231.43 | 1 | 0.96 |
| Hex | EA | ED | FF | 8 | 7 | 0 | 0 | E7 | 64 | 60 |
| Octal | 352 | 355 | 377 | 10 | 7 | 0 | 0 | 347 | 144 | 140 |
| Binary | 11101010 | 11101101 | 11111111 | 1000 | 111 | 0 | 0 | 11100111 | 1100100 | 1100000 |
Color Harmonies of #EAEDFF
Complementary color
Monochromatic Colors of #EAEDFF
Black with #EAEDFF
Text Example
Text Example
White with #EAEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDFF; }
p { color: rgb(234,237,255); }
H1.HeaderClassName
{
color: #EAEDFF;
}
.AnyTagClassName
{
color: #EAEDFF;
}
</style>
background-color css
<style>
a { background-color: #EAEDFF; }
a { background-color: rgb(234,237,255); }
div.DivClassName
{
background-color: #EAEDFF;
}
.BgClassName
{
background-color: #EAEDFF;
}
</style>
border-color css
<style>
span { border-color: #EAEDFF; }
span { border-color: rgb(234,237,255); }
td.TdClassName
{
border-color: #EAEDFF;
}
.TagClassName
{
border-color: #EAEDFF;
}
</style>