Shades of Lavender #EAEDFD
Tints of Lavender #EAEDFD
RGB
CMYK
RGB Variations
Color information
#EAEDFD (or 0xEAEDFD) is known color: Lavender. HEX triplet: EA, ED and FD. RGB value is (234,237,253). Sum of RGB (Red+Green+Blue) = 234+237+253=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDFD is #151202. Grayscale: #EDEDED. Windows color (decimal): -1380867 or 16641514. OLE color: 16641514.
HSL color Cylindrical-coordinate representation of color #EAEDFD: hue angle of 230.53º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAEDFD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 237 | 253 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.01 |
| HSL | 230.53º | 0.83% | 0.95% | - |
| HSV(B) | 230.53º | 0.08% | 0.99% | - |
| XYZ | 81.95 | 85.15 | 105.05 | - |
| YUV | 237.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 253 | 0.08 | 0.06 | 0 | 0.01 | 230.53 | 0.83 | 0.95 |
| Hex | EA | ED | FD | 8 | 6 | 0 | 1 | E7 | 53 | 5F |
| Octal | 352 | 355 | 375 | 10 | 6 | 0 | 1 | 347 | 123 | 137 |
| Binary | 11101010 | 11101101 | 11111101 | 1000 | 110 | 0 | 1 | 11100111 | 1010011 | 1011111 |
Color Harmonies of #EAEDFD
Complementary color
Monochromatic Colors of #EAEDFD
Black with #EAEDFD
Text Example
Text Example
White with #EAEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDFD; }
p { color: rgb(234,237,253); }
H1.HeaderClassName
{
color: #EAEDFD;
}
.AnyTagClassName
{
color: #EAEDFD;
}
</style>
background-color css
<style>
a { background-color: #EAEDFD; }
a { background-color: rgb(234,237,253); }
div.DivClassName
{
background-color: #EAEDFD;
}
.BgClassName
{
background-color: #EAEDFD;
}
</style>
border-color css
<style>
span { border-color: #EAEDFD; }
span { border-color: rgb(234,237,253); }
td.TdClassName
{
border-color: #EAEDFD;
}
.TagClassName
{
border-color: #EAEDFD;
}
</style>