Shades of Lavender #E4DAFC
Tints of Lavender #E4DAFC
RGB
CMYK
RGB Variations
Color information
#E4DAFC (or 0xE4DAFC) is known color: Lavender. HEX triplet: E4, DA and FC. RGB value is (228,218,252). Sum of RGB (Red+Green+Blue) = 228+218+252=698 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.66% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAFC is #1B2503. Grayscale: #E0E0E0. Windows color (decimal): -1778948 or 16571108. OLE color: 16571108.
HSL color Cylindrical-coordinate representation of color #E4DAFC: hue angle of 257.65º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4DAFC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 218 | 252 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.01 |
| HSL | 257.65º | 0.85% | 0.92% | - |
| HSV(B) | 257.65º | 0.13% | 0.99% | - |
| XYZ | 74.64 | 73.67 | 102.38 | - |
| YUV | 224.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 218 | 252 | 0.10 | 0.13 | 0 | 0.01 | 257.65 | 0.85 | 0.92 |
| Hex | E4 | DA | FC | A | D | 0 | 1 | 102 | 55 | 5C |
| Octal | 344 | 332 | 374 | 12 | 15 | 0 | 1 | 402 | 125 | 134 |
| Binary | 11100100 | 11011010 | 11111100 | 1010 | 1101 | 0 | 1 | 100000010 | 1010101 | 1011100 |
Color Harmonies of #E4DAFC
Complementary color
Monochromatic Colors of #E4DAFC
Black with #E4DAFC
Text Example
Text Example
White with #E4DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DAFC; }
p { color: rgb(228,218,252); }
H1.HeaderClassName
{
color: #E4DAFC;
}
.AnyTagClassName
{
color: #E4DAFC;
}
</style>
background-color css
<style>
a { background-color: #E4DAFC; }
a { background-color: rgb(228,218,252); }
div.DivClassName
{
background-color: #E4DAFC;
}
.BgClassName
{
background-color: #E4DAFC;
}
</style>
border-color css
<style>
span { border-color: #E4DAFC; }
span { border-color: rgb(228,218,252); }
td.TdClassName
{
border-color: #E4DAFC;
}
.TagClassName
{
border-color: #E4DAFC;
}
</style>