#E4E2FD

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

Shades of Lavender #E4E2FD

Tints of Lavender #E4E2FD

Color information

#E4E2FD (or 0xE4E2FD) is unknown color: approx Lavender. HEX triplet: E4, E2 and FD. RGB value is (228,226,253). Sum of RGB (Red+Green+Blue) = 228+226+253=707 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.25% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #E4E2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4E2FD is #1B1D02. Grayscale: #E5E5E5. Windows color (decimal): -1776899 or 16638692. OLE color: 16638692.

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

Color convert

RGB228226253-
CMYK0.100.1100.01
HSL244.44º87.1%93.92%-
HSV(B)244.44º10.67%99.22%-
XYZ76.9277.98103.93-
YUV229.68141.16126.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.25%
GREEN value IS 226 (88.67% from 255) = 31.97%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=32.25%
G=31.97%
B=35.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2282262530.100.1100.01244.4487.193.92
HexE4E2FDAB01f4575e
Octal344342375121301364127136
Binary11100100111000101111110110101011011111010010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E2FD; }

 p { color: rgb(228,226,253); }

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

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

 a { background-color: rgb(228,226,253); }

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

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

 span { border-color: rgb(228,226,253); }

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