Html Css Color HEX #E5E2ED Lavender

📋 copy color: '#E5E2ED'

red 229 ◦ green 226 ◦ blue 237

#E5E2ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender #E5E2ED

Tints of Lavender #E5E2ED

RGB

 RED value IS 229 (89.84% from 255) = 33.09%

 GREEN value IS 226 (88.67% from 255) = 32.66%

 BLUE value IS 237 (92.97% from 255) = 34.25%

R = 33.09%
G = 32.66%
B = 34.25%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5E2ED (or 0xE5E2ED) is known color: Lavender. HEX triplet: E5, E2 and ED. RGB value is (229,226,237). Sum of RGB (Red+Green+Blue) = 229+226+237=692 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.09% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5E2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5E2ED is #1A1D12. Grayscale: #E4E4E4. Windows color (decimal): -1711379 or 15590117. OLE color: 15590117.

HSL color Cylindrical-coordinate representation of color #E5E2ED: hue angle of 256.36º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E2ED is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 226 237 -
CMYK 0.03 0.05 0 0.07
HSL 256.36º 0.23% 0.91% -
HSV(B) 256.36º 0.05% 0.93% -
XYZ 74.8 77.17 91.07 -
YUV 228.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 229 226 237 0.03 0.05 0 0.07 256.36 0.23 0.91
Hex E5 E2 ED 3 5 0 7 100 17 5B
Octal 345 342 355 3 5 0 7 400 27 133
Binary 11100101 11100010 11101101 11 101 0 111 100000000 10111 1011011

Color Harmonies of #E5E2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E2ED

Black with #E5E2ED

Text Example


Text Example

White with #E5E2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E2ED; }

 p { color: rgb(229,226,237); }

 H1.HeaderClassName
 {
   color: #E5E2ED;
 }
 .AnyTagClassName
 {
   color: #E5E2ED;
 }
</style>

background-color css

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

 a { background-color: rgb(229,226,237); }

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

border-color css

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

 span { border-color: rgb(229,226,237); }

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