Shades of Lavender #E5DBFB
Tints of Lavender #E5DBFB
RGB
CMYK
RGB Variations
Color information
#E5DBFB (or 0xE5DBFB) is known color: Lavender. HEX triplet: E5, DB and FB. RGB value is (229,219,251). Sum of RGB (Red+Green+Blue) = 229+219+251=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5DBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBFB is #1A2404. Grayscale: #E1E1E1. Windows color (decimal): -1713157 or 16505829. OLE color: 16505829.
HSL color Cylindrical-coordinate representation of color #E5DBFB: hue angle of 258.75º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DBFB is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 219 | 251 | - |
CMYK | 0.09 | 0.13 | 0 | 0.02 |
HSL | 258.75º | 0.8% | 0.92% | - |
HSV(B) | 258.75º | 0.13% | 0.98% | - |
XYZ | 75.06 | 74.29 | 101.65 | - |
YUV | 225.64 | 142.31 | 130.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 219 | 251 | 0.09 | 0.13 | 0 | 0.02 | 258.75 | 0.8 | 0.92 |
Hex | E5 | DB | FB | 9 | D | 0 | 2 | 103 | 50 | 5C |
Octal | 345 | 333 | 373 | 11 | 15 | 0 | 2 | 403 | 120 | 134 |
Binary | 11100101 | 11011011 | 11111011 | 1001 | 1101 | 0 | 10 | 100000011 | 1010000 | 1011100 |
Color Harmonies of #E5DBFB
Complementary color
Monochromatic Colors of #E5DBFB
Black with #E5DBFB
Text Example
Text Example
White with #E5DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBFB; }
p { color: rgb(229,219,251); }
H1.HeaderClassName
{
color: #E5DBFB;
}
.AnyTagClassName
{
color: #E5DBFB;
}
</style>
background-color css
<style>
a { background-color: #E5DBFB; }
a { background-color: rgb(229,219,251); }
div.DivClassName
{
background-color: #E5DBFB;
}
.BgClassName
{
background-color: #E5DBFB;
}
</style>
border-color css
<style>
span { border-color: #E5DBFB; }
span { border-color: rgb(229,219,251); }
td.TdClassName
{
border-color: #E5DBFB;
}
.TagClassName
{
border-color: #E5DBFB;
}
</style>