Shades of Lavender #EAEEFF
Tints of Lavender #EAEEFF
RGB
CMYK
RGB Variations
Color information
#EAEEFF (or 0xEAEEFF) is known color: Lavender. HEX triplet: EA, EE and FF. RGB value is (234,238,255). Sum of RGB (Red+Green+Blue) = 234+238+255=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEFF is #151100. Grayscale: #EEEEEE. Windows color (decimal): -1380609 or 16772842. OLE color: 16772842.
HSL color Cylindrical-coordinate representation of color #EAEEFF: hue angle of 228.57º 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 #EAEEFF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 238 | 255 | - |
| CMYK | 0.08 | 0.07 | 0 | 0 |
| HSL | 228.57º | 1% | 0.96% | - |
| HSV(B) | 228.57º | 0.08% | 1% | - |
| XYZ | 82.56 | 85.86 | 106.83 | - |
| YUV | 238.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 255 | 0.08 | 0.07 | 0 | 0 | 228.57 | 1 | 0.96 |
| Hex | EA | EE | FF | 8 | 7 | 0 | 0 | E5 | 64 | 60 |
| Octal | 352 | 356 | 377 | 10 | 7 | 0 | 0 | 345 | 144 | 140 |
| Binary | 11101010 | 11101110 | 11111111 | 1000 | 111 | 0 | 0 | 11100101 | 1100100 | 1100000 |
Color Harmonies of #EAEEFF
Complementary color
Monochromatic Colors of #EAEEFF
Black with #EAEEFF
Text Example
Text Example
White with #EAEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEFF; }
p { color: rgb(234,238,255); }
H1.HeaderClassName
{
color: #EAEEFF;
}
.AnyTagClassName
{
color: #EAEEFF;
}
</style>
background-color css
<style>
a { background-color: #EAEEFF; }
a { background-color: rgb(234,238,255); }
div.DivClassName
{
background-color: #EAEEFF;
}
.BgClassName
{
background-color: #EAEEFF;
}
</style>
border-color css
<style>
span { border-color: #EAEEFF; }
span { border-color: rgb(234,238,255); }
td.TdClassName
{
border-color: #EAEEFF;
}
.TagClassName
{
border-color: #EAEEFF;
}
</style>