Shades of Lavender #E5E6FD
Tints of Lavender #E5E6FD
RGB
CMYK
RGB Variations
Color information
#E5E6FD (or 0xE5E6FD) is known color: Lavender. HEX triplet: E5, E6 and FD. RGB value is (229,230,253). Sum of RGB (Red+Green+Blue) = 229+230+253=712 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.16% from 712); Green value is 230 (90.23% from 255 or 32.30% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E6FD is #1A1902. Grayscale: #E8E8E8. Windows color (decimal): -1710339 or 16639717. OLE color: 16639717.
HSL color Cylindrical-coordinate representation of color #E5E6FD: hue angle of 237.5º degrees, saturation: 0.86, 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 #E5E6FD is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 230 | 253 | - |
CMYK | 0.09 | 0.09 | 0 | 0.01 |
HSL | 237.5º | 0.86% | 0.95% | - |
HSV(B) | 237.5º | 0.09% | 0.99% | - |
XYZ | 78.34 | 80.34 | 104.31 | - |
YUV | 232.32 | 139.67 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 230 | 253 | 0.09 | 0.09 | 0 | 0.01 | 237.5 | 0.86 | 0.95 |
Hex | E5 | E6 | FD | 9 | 9 | 0 | 1 | EE | 56 | 5F |
Octal | 345 | 346 | 375 | 11 | 11 | 0 | 1 | 356 | 126 | 137 |
Binary | 11100101 | 11100110 | 11111101 | 1001 | 1001 | 0 | 1 | 11101110 | 1010110 | 1011111 |
Color Harmonies of #E5E6FD
Complementary color
Monochromatic Colors of #E5E6FD
Black with #E5E6FD
Text Example
Text Example
White with #E5E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6FD; }
p { color: rgb(229,230,253); }
H1.HeaderClassName
{
color: #E5E6FD;
}
.AnyTagClassName
{
color: #E5E6FD;
}
</style>
background-color css
<style>
a { background-color: #E5E6FD; }
a { background-color: rgb(229,230,253); }
div.DivClassName
{
background-color: #E5E6FD;
}
.BgClassName
{
background-color: #E5E6FD;
}
</style>
border-color css
<style>
span { border-color: #E5E6FD; }
span { border-color: rgb(229,230,253); }
td.TdClassName
{
border-color: #E5E6FD;
}
.TagClassName
{
border-color: #E5E6FD;
}
</style>