Shades of Lavender #E6E7FD
Tints of Lavender #E6E7FD
RGB
CMYK
RGB Variations
Color information
#E6E7FD (or 0xE6E7FD) is known color: Lavender. HEX triplet: E6, E7 and FD. RGB value is (230,231,253). Sum of RGB (Red+Green+Blue) = 230+231+253=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6E7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E7FD is #191802. Grayscale: #E9E9E9. Windows color (decimal): -1644547 or 16639974. OLE color: 16639974.
HSL color Cylindrical-coordinate representation of color #E6E7FD: hue angle of 237.39º 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 #E6E7FD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 231 | 253 | - |
CMYK | 0.09 | 0.09 | 0 | 0.01 |
HSL | 237.39º | 0.85% | 0.95% | - |
HSV(B) | 237.39º | 0.09% | 0.99% | - |
XYZ | 78.94 | 81.07 | 104.42 | - |
YUV | 233.21 | 139.17 | 125.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 231 | 253 | 0.09 | 0.09 | 0 | 0.01 | 237.39 | 0.85 | 0.95 |
Hex | E6 | E7 | FD | 9 | 9 | 0 | 1 | ED | 55 | 5F |
Octal | 346 | 347 | 375 | 11 | 11 | 0 | 1 | 355 | 125 | 137 |
Binary | 11100110 | 11100111 | 11111101 | 1001 | 1001 | 0 | 1 | 11101101 | 1010101 | 1011111 |
Color Harmonies of #E6E7FD
Complementary color
Monochromatic Colors of #E6E7FD
Black with #E6E7FD
Text Example
Text Example
White with #E6E7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7FD; }
p { color: rgb(230,231,253); }
H1.HeaderClassName
{
color: #E6E7FD;
}
.AnyTagClassName
{
color: #E6E7FD;
}
</style>
background-color css
<style>
a { background-color: #E6E7FD; }
a { background-color: rgb(230,231,253); }
div.DivClassName
{
background-color: #E6E7FD;
}
.BgClassName
{
background-color: #E6E7FD;
}
</style>
border-color css
<style>
span { border-color: #E6E7FD; }
span { border-color: rgb(230,231,253); }
td.TdClassName
{
border-color: #E6E7FD;
}
.TagClassName
{
border-color: #E6E7FD;
}
</style>