Html Css Color HEX #E2DEFE Lavender

📋 copy color: '#E2DEFE'

red 226 ◦ green 222 ◦ blue 254

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

Shades of Lavender #E2DEFE

Tints of Lavender #E2DEFE

RGB

 RED value IS 226 (88.67% from 255) = 32.19%

 GREEN value IS 222 (87.11% from 255) = 31.62%

 BLUE value IS 254 (99.61% from 255) = 36.18%

R = 32.19%
G = 31.62%
B = 36.18%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2DEFE (or 0xE2DEFE) is known color: Lavender. HEX triplet: E2, DE and FE. RGB value is (226,222,254). Sum of RGB (Red+Green+Blue) = 226+222+254=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEFE is #1D2101. Grayscale: #E2E2E2. Windows color (decimal): -1908994 or 16703202. OLE color: 16703202.

HSL color Cylindrical-coordinate representation of color #E2DEFE: hue angle of 247.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2DEFE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 222 254 -
CMYK 0.11 0.13 0 0.00
HSL 247.5º 0.94% 0.93% -
HSV(B) 247.5º 0.13% 1% -
XYZ 75.37 75.57 104.38 -
YUV 226.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 226 222 254 0.11 0.13 0 0.00 247.5 0.94 0.93
Hex E2 DE FE B D 0 0 F8 5E 5D
Octal 342 336 376 13 15 0 0 370 136 135
Binary 11100010 11011110 11111110 1011 1101 0 0 11111000 1011110 1011101

Color Harmonies of #E2DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DEFE

Black with #E2DEFE

Text Example


Text Example

White with #E2DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DEFE; }

 p { color: rgb(226,222,254); }

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

background-color css

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

 a { background-color: rgb(226,222,254); }

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

border-color css

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

 span { border-color: rgb(226,222,254); }

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