#E4DDFB

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

Shades of Lavender #E4DDFB

Tints of Lavender #E4DDFB

Color information

#E4DDFB (or 0xE4DDFB) is unknown color: approx Lavender. HEX triplet: E4, DD and FB. RGB value is (228,221,251). Sum of RGB (Red+Green+Blue) = 228+221+251=700 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.57% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DDFB is #1B2204. Grayscale: #E2E2E2. Windows color (decimal): -1778181 or 16506340. OLE color: 16506340.

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

Color convert

RGB228221251-
CMYK0.090.1200.02
HSL254º78.95%92.55%-
HSV(B)254º11.95%98.43%-
XYZ75.2675.17101.81-
YUV226.51141.82129.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.57%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=32.57%
G=31.57%
B=35.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2282212510.090.1200.0225478.9592.55
HexE4DDFB9C02fe4f5d
Octal344335373111402376117135
Binary111001001101110111111011100111000101111111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DDFB; }

 p { color: rgb(228,221,251); }

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

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

 a { background-color: rgb(228,221,251); }

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

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

 span { border-color: rgb(228,221,251); }

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