#E5DEFC

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

Shades of Lavender #E5DEFC

Tints of Lavender #E5DEFC

Color information

#E5DEFC (or 0xE5DEFC) is unknown color: approx Lavender. HEX triplet: E5, DE and FC. RGB value is (229,222,252). Sum of RGB (Red+Green+Blue) = 229+222+252=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFC is #1A2103. Grayscale: #E3E3E3. Windows color (decimal): -1712388 or 16572133. OLE color: 16572133.

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

Color convert

RGB229222252-
CMYK0.090.1200.01
HSL254º83.33%92.94%-
HSV(B)254º11.9%98.82%-
XYZ76.0175.93102.75-
YUV227.51141.82129.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 32.57%
GREEN value IS 222 (87.11% from 255) = 31.58%
BLUE value IS 252 (98.83% from 255) = 35.85%
R=32.57%
G=31.58%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292222520.090.1200.0125483.3392.94
HexE5DEFC9C01fe535d
Octal345336374111401376123135
Binary11100101110111101111110010011100011111111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DEFC; }

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

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

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

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

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

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

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

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