Shades of Lavender #E6E3EE
Tints of Lavender #E6E3EE
RGB
CMYK
RGB Variations
Color information
#E6E3EE (or 0xE6E3EE) is known color: Lavender. HEX triplet: E6, E3 and EE. RGB value is (230,227,238). Sum of RGB (Red+Green+Blue) = 230+227+238=695 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.09% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6E3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E3EE is #191C11. Grayscale: #E5E5E5. Windows color (decimal): -1645586 or 15655910. OLE color: 15655910.
HSL color Cylindrical-coordinate representation of color #E6E3EE: hue angle of 256.36º degrees, saturation: 0.24, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6E3EE is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 227 | 238 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.07 |
| HSL | 256.36º | 0.24% | 0.91% | - |
| HSV(B) | 256.36º | 0.05% | 0.93% | - |
| XYZ | 75.53 | 77.93 | 91.95 | - |
| YUV | 229.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 238 | 0.03 | 0.05 | 0 | 0.07 | 256.36 | 0.24 | 0.91 |
| Hex | E6 | E3 | EE | 3 | 5 | 0 | 7 | 100 | 18 | 5B |
| Octal | 346 | 343 | 356 | 3 | 5 | 0 | 7 | 400 | 30 | 133 |
| Binary | 11100110 | 11100011 | 11101110 | 11 | 101 | 0 | 111 | 100000000 | 11000 | 1011011 |
Color Harmonies of #E6E3EE
Complementary color
Monochromatic Colors of #E6E3EE
Black with #E6E3EE
Text Example
Text Example
White with #E6E3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E3EE; }
p { color: rgb(230,227,238); }
H1.HeaderClassName
{
color: #E6E3EE;
}
.AnyTagClassName
{
color: #E6E3EE;
}
</style>
background-color css
<style>
a { background-color: #E6E3EE; }
a { background-color: rgb(230,227,238); }
div.DivClassName
{
background-color: #E6E3EE;
}
.BgClassName
{
background-color: #E6E3EE;
}
</style>
border-color css
<style>
span { border-color: #E6E3EE; }
span { border-color: rgb(230,227,238); }
td.TdClassName
{
border-color: #E6E3EE;
}
.TagClassName
{
border-color: #E6E3EE;
}
</style>