Shades of Lavender #E6DFF4
Tints of Lavender #E6DFF4
RGB
CMYK
RGB Variations
Color information
#E6DFF4 (or 0xE6DFF4) is known color: Lavender. HEX triplet: E6, DF and F4. RGB value is (230,223,244). Sum of RGB (Red+Green+Blue) = 230+223+244=697 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.00% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 244 - color contains mainly: blue. Hex color #E6DFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFF4 is #19200B. Grayscale: #E3E3E3. Windows color (decimal): -1646604 or 16048102. OLE color: 16048102.
HSL color Cylindrical-coordinate representation of color #E6DFF4: hue angle of 260º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6DFF4 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 223 | 244 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.04 |
| HSL | 260º | 0.49% | 0.92% | - |
| HSV(B) | 260º | 0.09% | 0.96% | - |
| XYZ | 75.35 | 76.13 | 96.31 | - |
| YUV | 227.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 244 | 0.06 | 0.09 | 0 | 0.04 | 260 | 0.49 | 0.92 |
| Hex | E6 | DF | F4 | 6 | 9 | 0 | 4 | 104 | 31 | 5C |
| Octal | 346 | 337 | 364 | 6 | 11 | 0 | 4 | 404 | 61 | 134 |
| Binary | 11100110 | 11011111 | 11110100 | 110 | 1001 | 0 | 100 | 100000100 | 110001 | 1011100 |
Color Harmonies of #E6DFF4
Complementary color
Monochromatic Colors of #E6DFF4
Black with #E6DFF4
Text Example
Text Example
White with #E6DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DFF4; }
p { color: rgb(230,223,244); }
H1.HeaderClassName
{
color: #E6DFF4;
}
.AnyTagClassName
{
color: #E6DFF4;
}
</style>
background-color css
<style>
a { background-color: #E6DFF4; }
a { background-color: rgb(230,223,244); }
div.DivClassName
{
background-color: #E6DFF4;
}
.BgClassName
{
background-color: #E6DFF4;
}
</style>
border-color css
<style>
span { border-color: #E6DFF4; }
span { border-color: rgb(230,223,244); }
td.TdClassName
{
border-color: #E6DFF4;
}
.TagClassName
{
border-color: #E6DFF4;
}
</style>