Shades of Lavender #EAECFD
Tints of Lavender #EAECFD
RGB
CMYK
RGB Variations
Color information
#EAECFD (or 0xEAECFD) is known color: Lavender. HEX triplet: EA, EC and FD. RGB value is (234,236,253). Sum of RGB (Red+Green+Blue) = 234+236+253=723 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.37% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECFD is #151302. Grayscale: #EDEDED. Windows color (decimal): -1381123 or 16641258. OLE color: 16641258.
HSL color Cylindrical-coordinate representation of color #EAECFD: hue angle of 233.68º 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 #EAECFD is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 236 | 253 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.01 |
| HSL | 233.68º | 0.83% | 0.95% | - |
| HSV(B) | 233.68º | 0.08% | 0.99% | - |
| XYZ | 81.66 | 84.58 | 104.95 | - |
| YUV | 237.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 253 | 0.08 | 0.07 | 0 | 0.01 | 233.68 | 0.83 | 0.95 |
| Hex | EA | EC | FD | 8 | 7 | 0 | 1 | EA | 53 | 5F |
| Octal | 352 | 354 | 375 | 10 | 7 | 0 | 1 | 352 | 123 | 137 |
| Binary | 11101010 | 11101100 | 11111101 | 1000 | 111 | 0 | 1 | 11101010 | 1010011 | 1011111 |
Color Harmonies of #EAECFD
Complementary color
Monochromatic Colors of #EAECFD
Black with #EAECFD
Text Example
Text Example
White with #EAECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECFD; }
p { color: rgb(234,236,253); }
H1.HeaderClassName
{
color: #EAECFD;
}
.AnyTagClassName
{
color: #EAECFD;
}
</style>
background-color css
<style>
a { background-color: #EAECFD; }
a { background-color: rgb(234,236,253); }
div.DivClassName
{
background-color: #EAECFD;
}
.BgClassName
{
background-color: #EAECFD;
}
</style>
border-color css
<style>
span { border-color: #EAECFD; }
span { border-color: rgb(234,236,253); }
td.TdClassName
{
border-color: #EAECFD;
}
.TagClassName
{
border-color: #EAECFD;
}
</style>