Shades of Lavender #E5DFF3
Tints of Lavender #E5DFF3
RGB
CMYK
RGB Variations
Color information
#E5DFF3 (or 0xE5DFF3) is known color: Lavender. HEX triplet: E5, DF and F3. RGB value is (229,223,243). Sum of RGB (Red+Green+Blue) = 229+223+243=695 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.95% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5DFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFF3 is #1A200C. Grayscale: #E2E2E2. Windows color (decimal): -1712141 or 15982565. OLE color: 15982565.
HSL color Cylindrical-coordinate representation of color #E5DFF3: hue angle of 258º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5DFF3 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 229 | 223 | 243 | - |
CMYK | 0.06 | 0.08 | 0 | 0.05 |
HSL | 258º | 0.45% | 0.91% | - |
HSV(B) | 258º | 0.08% | 0.95% | - |
XYZ | 74.88 | 75.9 | 95.5 | - |
YUV | 227.07 | 136.99 | 129.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 223 | 243 | 0.06 | 0.08 | 0 | 0.05 | 258 | 0.45 | 0.91 |
Hex | E5 | DF | F3 | 6 | 8 | 0 | 5 | 102 | 2D | 5B |
Octal | 345 | 337 | 363 | 6 | 10 | 0 | 5 | 402 | 55 | 133 |
Binary | 11100101 | 11011111 | 11110011 | 110 | 1000 | 0 | 101 | 100000010 | 101101 | 1011011 |
Color Harmonies of #E5DFF3
Complementary color
Monochromatic Colors of #E5DFF3
Black with #E5DFF3
Text Example
Text Example
White with #E5DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFF3; }
p { color: rgb(229,223,243); }
H1.HeaderClassName
{
color: #E5DFF3;
}
.AnyTagClassName
{
color: #E5DFF3;
}
</style>
background-color css
<style>
a { background-color: #E5DFF3; }
a { background-color: rgb(229,223,243); }
div.DivClassName
{
background-color: #E5DFF3;
}
.BgClassName
{
background-color: #E5DFF3;
}
</style>
border-color css
<style>
span { border-color: #E5DFF3; }
span { border-color: rgb(229,223,243); }
td.TdClassName
{
border-color: #E5DFF3;
}
.TagClassName
{
border-color: #E5DFF3;
}
</style>