#E4DEFC

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

Shades of Lavender #E4DEFC

Tints of Lavender #E4DEFC

Color information

#E4DEFC (or 0xE4DEFC) is unknown color: approx Lavender. HEX triplet: E4, DE and FC. RGB value is (228,222,252). Sum of RGB (Red+Green+Blue) = 228+222+252=702 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.48% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DEFC is #1B2103. Grayscale: #E3E3E3. Windows color (decimal): -1777924 or 16572132. OLE color: 16572132.

HSL color Cylindrical-coordinate representation of color #E4DEFC: hue angle of 252º degrees, saturation: 0.83, 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 #E4DEFC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228222252-
CMYK0.100.1200.01
HSL252º83.33%92.94%-
HSV(B)252º11.9%98.82%-
XYZ75.6975.76102.73-
YUV227.21141.99128.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 32.48%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=32.48%
G=31.62%
B=35.90%

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
Decimal2282222520.100.1200.0125283.3392.94
HexE4DEFCAC01fc535d
Octal344336374121401374123135
Binary11100100110111101111110010101100011111110010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DEFC; }

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

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

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

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

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

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

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

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