Shades of Lavender #EAEDFB
Tints of Lavender #EAEDFB
RGB
CMYK
RGB Variations
Color information
#EAEDFB (or 0xEAEDFB) is known color: Lavender. HEX triplet: EA, ED and FB. RGB value is (234,237,251). Sum of RGB (Red+Green+Blue) = 234+237+251=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDFB is #151204. Grayscale: #EDEDED. Windows color (decimal): -1380869 or 16510442. OLE color: 16510442.
HSL color Cylindrical-coordinate representation of color #EAEDFB: hue angle of 229.41º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAEDFB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 237 | 251 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.02 |
| HSL | 229.41º | 0.68% | 0.95% | - |
| HSV(B) | 229.41º | 0.07% | 0.98% | - |
| XYZ | 81.63 | 85.03 | 103.38 | - |
| YUV | 237.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 251 | 0.07 | 0.06 | 0 | 0.02 | 229.41 | 0.68 | 0.95 |
| Hex | EA | ED | FB | 7 | 6 | 0 | 2 | E5 | 44 | 5F |
| Octal | 352 | 355 | 373 | 7 | 6 | 0 | 2 | 345 | 104 | 137 |
| Binary | 11101010 | 11101101 | 11111011 | 111 | 110 | 0 | 10 | 11100101 | 1000100 | 1011111 |
Color Harmonies of #EAEDFB
Complementary color
Monochromatic Colors of #EAEDFB
Black with #EAEDFB
Text Example
Text Example
White with #EAEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDFB; }
p { color: rgb(234,237,251); }
H1.HeaderClassName
{
color: #EAEDFB;
}
.AnyTagClassName
{
color: #EAEDFB;
}
</style>
background-color css
<style>
a { background-color: #EAEDFB; }
a { background-color: rgb(234,237,251); }
div.DivClassName
{
background-color: #EAEDFB;
}
.BgClassName
{
background-color: #EAEDFB;
}
</style>
border-color css
<style>
span { border-color: #EAEDFB; }
span { border-color: rgb(234,237,251); }
td.TdClassName
{
border-color: #EAEDFB;
}
.TagClassName
{
border-color: #EAEDFB;
}
</style>