Html Css Color HEX #E2DEFA Lavender

📋 copy color: '#E2DEFA'

red 226 ◦ green 222 ◦ blue 250

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

Shades of Lavender #E2DEFA

Tints of Lavender #E2DEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.82%

R = 32.38%
G = 31.81%
B = 35.82%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2DEFA (or 0xE2DEFA) is known color: Lavender. HEX triplet: E2, DE and FA. RGB value is (226,222,250). Sum of RGB (Red+Green+Blue) = 226+222+250=698 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.38% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2DEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEFA is #1D2105. Grayscale: #E2E2E2. Windows color (decimal): -1908998 or 16441058. OLE color: 16441058.

HSL color Cylindrical-coordinate representation of color #E2DEFA: hue angle of 248.57º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2DEFA is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 222 250 -
CMYK 0.10 0.11 0 0.02
HSL 248.57º 0.74% 0.93% -
HSV(B) 248.57º 0.11% 0.98% -
XYZ 74.74 75.31 101.04 -
YUV 226.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 226 222 250 0.10 0.11 0 0.02 248.57 0.74 0.93
Hex E2 DE FA A B 0 2 F9 4A 5D
Octal 342 336 372 12 13 0 2 371 112 135
Binary 11100010 11011110 11111010 1010 1011 0 10 11111001 1001010 1011101

Color Harmonies of #E2DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DEFA

Black with #E2DEFA

Text Example


Text Example

White with #E2DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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