Html Css Color HEX #E2DEF6 Lavender

📋 copy color: '#E2DEF6'

red 226 ◦ green 222 ◦ blue 246

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

Shades of Lavender #E2DEF6

Tints of Lavender #E2DEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.45%

R = 32.56%
G = 31.99%
B = 35.45%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E2DEF6 (or 0xE2DEF6) is known color: Lavender. HEX triplet: E2, DE and F6. RGB value is (226,222,246). Sum of RGB (Red+Green+Blue) = 226+222+246=694 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.56% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 246 - color contains mainly: blue. Hex color #E2DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEF6 is #1D2109. Grayscale: #E1E1E1. Windows color (decimal): -1909002 or 16178914. OLE color: 16178914.

HSL color Cylindrical-coordinate representation of color #E2DEF6: hue angle of 250º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2DEF6 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 222 246 -
CMYK 0.08 0.10 0 0.04
HSL 250º 0.57% 0.92% -
HSV(B) 250º 0.1% 0.96% -
XYZ 74.12 75.07 97.77 -
YUV 225.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 226 222 246 0.08 0.10 0 0.04 250 0.57 0.92
Hex E2 DE F6 8 A 0 4 FA 39 5C
Octal 342 336 366 10 12 0 4 372 71 134
Binary 11100010 11011110 11110110 1000 1010 0 100 11111010 111001 1011100

Color Harmonies of #E2DEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DEF6

Black with #E2DEF6

Text Example


Text Example

White with #E2DEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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