Shades of Lavender #E5E6F2
Tints of Lavender #E5E6F2
RGB
CMYK
RGB Variations
Color information
#E5E6F2 (or 0xE5E6F2) is known color: Lavender. HEX triplet: E5, E6 and F2. RGB value is (229,230,242). Sum of RGB (Red+Green+Blue) = 229+230+242=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5E6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5E6F2 is #1A190D. Grayscale: #E7E7E7. Windows color (decimal): -1710350 or 15918821. OLE color: 15918821.
HSL color Cylindrical-coordinate representation of color #E5E6F2: hue angle of 235.38º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E6F2 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 230 | 242 | - |
CMYK | 0.05 | 0.05 | 0 | 0.05 |
HSL | 235.38º | 0.33% | 0.92% | - |
HSV(B) | 235.38º | 0.05% | 0.95% | - |
XYZ | 76.64 | 79.66 | 95.34 | - |
YUV | 231.07 | 134.17 | 126.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 230 | 242 | 0.05 | 0.05 | 0 | 0.05 | 235.38 | 0.33 | 0.92 |
Hex | E5 | E6 | F2 | 5 | 5 | 0 | 5 | EB | 21 | 5C |
Octal | 345 | 346 | 362 | 5 | 5 | 0 | 5 | 353 | 41 | 134 |
Binary | 11100101 | 11100110 | 11110010 | 101 | 101 | 0 | 101 | 11101011 | 100001 | 1011100 |
Color Harmonies of #E5E6F2
Complementary color
Monochromatic Colors of #E5E6F2
Black with #E5E6F2
Text Example
Text Example
White with #E5E6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6F2; }
p { color: rgb(229,230,242); }
H1.HeaderClassName
{
color: #E5E6F2;
}
.AnyTagClassName
{
color: #E5E6F2;
}
</style>
background-color css
<style>
a { background-color: #E5E6F2; }
a { background-color: rgb(229,230,242); }
div.DivClassName
{
background-color: #E5E6F2;
}
.BgClassName
{
background-color: #E5E6F2;
}
</style>
border-color css
<style>
span { border-color: #E5E6F2; }
span { border-color: rgb(229,230,242); }
td.TdClassName
{
border-color: #E5E6F2;
}
.TagClassName
{
border-color: #E5E6F2;
}
</style>