#E5DFFB

Color #E5DFFB Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #E5DFFB

Tints of Lavender #E5DFFB

Color information

#E5DFFB (or 0xE5DFFB) is unknown color: approx Lavender. HEX triplet: E5, DF and FB. RGB value is (229,223,251). Sum of RGB (Red+Green+Blue) = 229+223+251=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFFB is #1A2004. Grayscale: #E3E3E3. Windows color (decimal): -1712133 or 16506853. OLE color: 16506853.

HSL color Cylindrical-coordinate representation of color #E5DFFB: hue angle of 252.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DFFB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229223251-
CMYK0.090.1100.02
HSL252.86º77.78%92.94%-
HSV(B)252.86º11.16%98.43%-
XYZ76.1176.4102-
YUV227.99140.99128.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 32.57%
GREEN value IS 223 (87.5% from 255) = 31.72%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=32.57%
G=31.72%
B=35.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2292232510.090.1100.02252.8677.7892.94
HexE5DFFB9B02fd4e5d
Octal345337373111302375116135
Binary111001011101111111111011100110110101111110110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFFB; }

 p { color: rgb(229,223,251); }

 H1.HeaderClassName
 {
   color: #E5DFFB;
 }
 .AnyTagClassName
 {
   color: #E5DFFB;
 }
</style>
background-color css

<style>
 a { background-color: #E5DFFB; }

 a { background-color: rgb(229,223,251); }

 div.DivClassName
 {
   background-color: #E5DFFB;
 }
 .BgClassName
 {
   background-color: #E5DFFB;
 }
</style>
border-color css

<style>
 span { border-color: #E5DFFB; }

 span { border-color: rgb(229,223,251); }

 td.TdClassName
 {
   border-color: #E5DFFB;
 }
 .TagClassName
 {
   border-color: #E5DFFB;
 }
</style>