Html Css Color HEX #E2DFFA Lavender

📋 copy color: '#E2DFFA'

red 226 ◦ green 223 ◦ blue 250

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

Shades of Lavender #E2DFFA

Tints of Lavender #E2DFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.9%

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

R = 32.33%
G = 31.9%
B = 35.77%

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

#E2DFFA (or 0xE2DFFA) is known color: Lavender. HEX triplet: E2, DF and FA. RGB value is (226,223,250). Sum of RGB (Red+Green+Blue) = 226+223+250=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFA is #1D2005. Grayscale: #E2E2E2. Windows color (decimal): -1908742 or 16441314. OLE color: 16441314.

HSL color Cylindrical-coordinate representation of color #E2DFFA: hue angle of 246.67º degrees, saturation: 0.73, 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 #E2DFFA is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 223 250 -
CMYK 0.10 0.11 0 0.02
HSL 246.67º 0.73% 0.93% -
HSV(B) 246.67º 0.11% 0.98% -
XYZ 75.01 75.85 101.13 -
YUV 226.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 226 223 250 0.10 0.11 0 0.02 246.67 0.73 0.93
Hex E2 DF FA A B 0 2 F7 49 5D
Octal 342 337 372 12 13 0 2 367 111 135
Binary 11100010 11011111 11111010 1010 1011 0 10 11110111 1001001 1011101

Color Harmonies of #E2DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFFA

Black with #E2DFFA

Text Example


Text Example

White with #E2DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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