Shades of Lavender #E6DFFE
Tints of Lavender #E6DFFE
RGB
CMYK
RGB Variations
Color information
#E6DFFE (or 0xE6DFFE) is known color: Lavender. HEX triplet: E6, DF and FE. RGB value is (230,223,254). Sum of RGB (Red+Green+Blue) = 230+223+254=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFFE is #192001. Grayscale: #E4E4E4. Windows color (decimal): -1646594 or 16703462. OLE color: 16703462.
HSL color Cylindrical-coordinate representation of color #E6DFFE: hue angle of 253.55º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DFFE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 223 | 254 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.00 |
| HSL | 253.55º | 0.94% | 0.94% | - |
| HSV(B) | 253.55º | 0.12% | 1% | - |
| XYZ | 76.91 | 76.75 | 104.53 | - |
| YUV | 228.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 254 | 0.09 | 0.12 | 0 | 0.00 | 253.55 | 0.94 | 0.94 |
| Hex | E6 | DF | FE | 9 | C | 0 | 0 | FE | 5E | 5E |
| Octal | 346 | 337 | 376 | 11 | 14 | 0 | 0 | 376 | 136 | 136 |
| Binary | 11100110 | 11011111 | 11111110 | 1001 | 1100 | 0 | 0 | 11111110 | 1011110 | 1011110 |
Color Harmonies of #E6DFFE
Complementary color
Monochromatic Colors of #E6DFFE
Black with #E6DFFE
Text Example
Text Example
White with #E6DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFFE; }
p { color: rgb(230,223,254); }
H1.HeaderClassName
{
color: #E6DFFE;
}
.AnyTagClassName
{
color: #E6DFFE;
}
</style>
background-color css
<style>
a { background-color: #E6DFFE; }
a { background-color: rgb(230,223,254); }
div.DivClassName
{
background-color: #E6DFFE;
}
.BgClassName
{
background-color: #E6DFFE;
}
</style>
border-color css
<style>
span { border-color: #E6DFFE; }
span { border-color: rgb(230,223,254); }
td.TdClassName
{
border-color: #E6DFFE;
}
.TagClassName
{
border-color: #E6DFFE;
}
</style>