Shades of Lavender #E6E6FD
Tints of Lavender #E6E6FD
RGB
CMYK
RGB Variations
Color information
#E6E6FD (or 0xE6E6FD) is known color: Lavender. HEX triplet: E6, E6 and FD. RGB value is (230,230,253). Sum of RGB (Red+Green+Blue) = 230+230+253=713 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.26% from 713); Green value is 230 (90.23% from 255 or 32.26% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6E6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6E6FD is #191902. Grayscale: #E8E8E8. Windows color (decimal): -1644803 or 16639718. OLE color: 16639718.
HSL color Cylindrical-coordinate representation of color #E6E6FD: hue angle of 240º 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 #E6E6FD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 230 | 253 | - |
CMYK | 0.09 | 0.09 | 0 | 0.01 |
HSL | 240º | 0.85% | 0.95% | - |
HSV(B) | 240º | 0.09% | 0.99% | - |
XYZ | 78.66 | 80.51 | 104.32 | - |
YUV | 232.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 230 | 253 | 0.09 | 0.09 | 0 | 0.01 | 240 | 0.85 | 0.95 |
Hex | E6 | E6 | FD | 9 | 9 | 0 | 1 | F0 | 55 | 5F |
Octal | 346 | 346 | 375 | 11 | 11 | 0 | 1 | 360 | 125 | 137 |
Binary | 11100110 | 11100110 | 11111101 | 1001 | 1001 | 0 | 1 | 11110000 | 1010101 | 1011111 |
Color Harmonies of #E6E6FD
Complementary color
Monochromatic Colors of #E6E6FD
Black with #E6E6FD
Text Example
Text Example
White with #E6E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E6FD; }
p { color: rgb(230,230,253); }
H1.HeaderClassName
{
color: #E6E6FD;
}
.AnyTagClassName
{
color: #E6E6FD;
}
</style>
background-color css
<style>
a { background-color: #E6E6FD; }
a { background-color: rgb(230,230,253); }
div.DivClassName
{
background-color: #E6E6FD;
}
.BgClassName
{
background-color: #E6E6FD;
}
</style>
border-color css
<style>
span { border-color: #E6E6FD; }
span { border-color: rgb(230,230,253); }
td.TdClassName
{
border-color: #E6E6FD;
}
.TagClassName
{
border-color: #E6E6FD;
}
</style>