Shades of Lavender #E6EAFB
Tints of Lavender #E6EAFB
RGB
CMYK
RGB Variations
Color information
#E6EAFB (or 0xE6EAFB) is known color: Lavender. HEX triplet: E6, EA and FB. RGB value is (230,234,251). Sum of RGB (Red+Green+Blue) = 230+234+251=715 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.17% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6EAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAFB is #191504. Grayscale: #EAEAEA. Windows color (decimal): -1643781 or 16509670. OLE color: 16509670.
HSL color Cylindrical-coordinate representation of color #E6EAFB: hue angle of 228.57º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6EAFB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 234 | 251 | - |
CMYK | 0.08 | 0.07 | 0 | 0.02 |
HSL | 228.57º | 0.72% | 0.94% | - |
HSV(B) | 228.57º | 0.08% | 0.98% | - |
XYZ | 79.47 | 82.63 | 103.03 | - |
YUV | 234.74 | 137.17 | 124.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 234 | 251 | 0.08 | 0.07 | 0 | 0.02 | 228.57 | 0.72 | 0.94 |
Hex | E6 | EA | FB | 8 | 7 | 0 | 2 | E5 | 48 | 5E |
Octal | 346 | 352 | 373 | 10 | 7 | 0 | 2 | 345 | 110 | 136 |
Binary | 11100110 | 11101010 | 11111011 | 1000 | 111 | 0 | 10 | 11100101 | 1001000 | 1011110 |
Color Harmonies of #E6EAFB
Complementary color
Monochromatic Colors of #E6EAFB
Black with #E6EAFB
Text Example
Text Example
White with #E6EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EAFB; }
p { color: rgb(230,234,251); }
H1.HeaderClassName
{
color: #E6EAFB;
}
.AnyTagClassName
{
color: #E6EAFB;
}
</style>
background-color css
<style>
a { background-color: #E6EAFB; }
a { background-color: rgb(230,234,251); }
div.DivClassName
{
background-color: #E6EAFB;
}
.BgClassName
{
background-color: #E6EAFB;
}
</style>
border-color css
<style>
span { border-color: #E6EAFB; }
span { border-color: rgb(230,234,251); }
td.TdClassName
{
border-color: #E6EAFB;
}
.TagClassName
{
border-color: #E6EAFB;
}
</style>