Shades of Lavender #E6E8FD
Tints of Lavender #E6E8FD
RGB
CMYK
RGB Variations
Color information
#E6E8FD (or 0xE6E8FD) is known color: Lavender. HEX triplet: E6, E8 and FD. RGB value is (230,232,253). Sum of RGB (Red+Green+Blue) = 230+232+253=715 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.17% from 715); Green value is 232 (91.02% from 255 or 32.45% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6E8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E8FD is #191702. Grayscale: #E9E9E9. Windows color (decimal): -1644291 or 16640230. OLE color: 16640230.
HSL color Cylindrical-coordinate representation of color #E6E8FD: hue angle of 234.78º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6E8FD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 232 | 253 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.01 |
| HSL | 234.78º | 0.85% | 0.95% | - |
| HSV(B) | 234.78º | 0.09% | 0.99% | - |
| XYZ | 79.22 | 81.63 | 104.51 | - |
| YUV | 233.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 253 | 0.09 | 0.08 | 0 | 0.01 | 234.78 | 0.85 | 0.95 |
| Hex | E6 | E8 | FD | 9 | 8 | 0 | 1 | EB | 55 | 5F |
| Octal | 346 | 350 | 375 | 11 | 10 | 0 | 1 | 353 | 125 | 137 |
| Binary | 11100110 | 11101000 | 11111101 | 1001 | 1000 | 0 | 1 | 11101011 | 1010101 | 1011111 |
Color Harmonies of #E6E8FD
Complementary color
Monochromatic Colors of #E6E8FD
Black with #E6E8FD
Text Example
Text Example
White with #E6E8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E8FD; }
p { color: rgb(230,232,253); }
H1.HeaderClassName
{
color: #E6E8FD;
}
.AnyTagClassName
{
color: #E6E8FD;
}
</style>
background-color css
<style>
a { background-color: #E6E8FD; }
a { background-color: rgb(230,232,253); }
div.DivClassName
{
background-color: #E6E8FD;
}
.BgClassName
{
background-color: #E6E8FD;
}
</style>
border-color css
<style>
span { border-color: #E6E8FD; }
span { border-color: rgb(230,232,253); }
td.TdClassName
{
border-color: #E6E8FD;
}
.TagClassName
{
border-color: #E6E8FD;
}
</style>