Shades of Lavender #E2E6FD
Tints of Lavender #E2E6FD
RGB
CMYK
RGB Variations
Color information
#E2E6FD (or 0xE2E6FD) is known color: Lavender. HEX triplet: E2, E6 and FD. RGB value is (226,230,253). Sum of RGB (Red+Green+Blue) = 226+230+253=709 (93% of max value = 765). Red value is 226 (88.67% from 255 or 31.88% from 709); Green value is 230 (90.23% from 255 or 32.44% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2E6FD is #1D1902. Grayscale: #E7E7E7. Windows color (decimal): -1906947 or 16639714. OLE color: 16639714.
HSL color Cylindrical-coordinate representation of color #E2E6FD: hue angle of 231.11º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2E6FD is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 230 | 253 | - |
CMYK | 0.11 | 0.09 | 0 | 0.01 |
HSL | 231.11º | 0.87% | 0.94% | - |
HSV(B) | 231.11º | 0.11% | 0.99% | - |
XYZ | 77.39 | 79.85 | 104.26 | - |
YUV | 231.43 | 140.17 | 124.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 230 | 253 | 0.11 | 0.09 | 0 | 0.01 | 231.11 | 0.87 | 0.94 |
Hex | E2 | E6 | FD | B | 9 | 0 | 1 | E7 | 57 | 5E |
Octal | 342 | 346 | 375 | 13 | 11 | 0 | 1 | 347 | 127 | 136 |
Binary | 11100010 | 11100110 | 11111101 | 1011 | 1001 | 0 | 1 | 11100111 | 1010111 | 1011110 |
Color Harmonies of #E2E6FD
Complementary color
Monochromatic Colors of #E2E6FD
Black with #E2E6FD
Text Example
Text Example
White with #E2E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6FD; }
p { color: rgb(226,230,253); }
H1.HeaderClassName
{
color: #E2E6FD;
}
.AnyTagClassName
{
color: #E2E6FD;
}
</style>
background-color css
<style>
a { background-color: #E2E6FD; }
a { background-color: rgb(226,230,253); }
div.DivClassName
{
background-color: #E2E6FD;
}
.BgClassName
{
background-color: #E2E6FD;
}
</style>
border-color css
<style>
span { border-color: #E2E6FD; }
span { border-color: rgb(226,230,253); }
td.TdClassName
{
border-color: #E2E6FD;
}
.TagClassName
{
border-color: #E2E6FD;
}
</style>