Shades of Lavender #E6DCFA
Tints of Lavender #E6DCFA
RGB
CMYK
RGB Variations
Color information
#E6DCFA (or 0xE6DCFA) is known color: Lavender. HEX triplet: E6, DC and FA. RGB value is (230,220,250). Sum of RGB (Red+Green+Blue) = 230+220+250=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 220 (86.33% from 255 or 31.43% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DCFA is #192305. Grayscale: #E2E2E2. Windows color (decimal): -1647366 or 16440550. OLE color: 16440550.
HSL color Cylindrical-coordinate representation of color #E6DCFA: hue angle of 260º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DCFA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 220 | 250 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.02 |
| HSL | 260º | 0.75% | 0.92% | - |
| HSV(B) | 260º | 0.12% | 0.98% | - |
| XYZ | 75.48 | 74.91 | 100.92 | - |
| YUV | 226.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 250 | 0.08 | 0.12 | 0 | 0.02 | 260 | 0.75 | 0.92 |
| Hex | E6 | DC | FA | 8 | C | 0 | 2 | 104 | 4B | 5C |
| Octal | 346 | 334 | 372 | 10 | 14 | 0 | 2 | 404 | 113 | 134 |
| Binary | 11100110 | 11011100 | 11111010 | 1000 | 1100 | 0 | 10 | 100000100 | 1001011 | 1011100 |
Color Harmonies of #E6DCFA
Complementary color
Monochromatic Colors of #E6DCFA
Black with #E6DCFA
Text Example
Text Example
White with #E6DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCFA; }
p { color: rgb(230,220,250); }
H1.HeaderClassName
{
color: #E6DCFA;
}
.AnyTagClassName
{
color: #E6DCFA;
}
</style>
background-color css
<style>
a { background-color: #E6DCFA; }
a { background-color: rgb(230,220,250); }
div.DivClassName
{
background-color: #E6DCFA;
}
.BgClassName
{
background-color: #E6DCFA;
}
</style>
border-color css
<style>
span { border-color: #E6DCFA; }
span { border-color: rgb(230,220,250); }
td.TdClassName
{
border-color: #E6DCFA;
}
.TagClassName
{
border-color: #E6DCFA;
}
</style>