#E4DDFC

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

Shades of Lavender #E4DDFC

Tints of Lavender #E4DDFC

Color information

#E4DDFC (or 0xE4DDFC) is unknown color: approx Lavender. HEX triplet: E4, DD and FC. RGB value is (228,221,252). Sum of RGB (Red+Green+Blue) = 228+221+252=701 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.52% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DDFC is #1B2203. Grayscale: #E2E2E2. Windows color (decimal): -1778180 or 16571876. OLE color: 16571876.

HSL color Cylindrical-coordinate representation of color #E4DDFC: hue angle of 253.55º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E4DDFC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228221252-
CMYK0.100.1200.01
HSL253.55º83.78%92.75%-
HSV(B)253.55º12.3%98.82%-
XYZ75.4275.24102.64-
YUV226.63142.32128.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.52%
GREEN value IS 221 (86.72% from 255) = 31.53%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=32.52%
G=31.53%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2282212520.100.1200.01253.5583.7892.75
HexE4DDFCAC01fe545d
Octal344335374121401376124135
Binary11100100110111011111110010101100011111111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DDFC; }

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

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

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

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

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

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

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

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