Html Css Color HEX #E2DFFF Lavender

📋 copy color: '#E2DFFF'

red 226 ◦ green 223 ◦ blue 255

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

Shades of Lavender #E2DFFF

Tints of Lavender #E2DFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.22%

R = 32.1%
G = 31.68%
B = 36.22%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2DFFF (or 0xE2DFFF) is known color: Lavender. HEX triplet: E2, DF and FF. RGB value is (226,223,255). Sum of RGB (Red+Green+Blue) = 226+223+255=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DFFF is #1D2000. Grayscale: #E3E3E3. Windows color (decimal): -1908737 or 16768994. OLE color: 16768994.

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

Color convert

RGB 226 223 255 -
CMYK 0.11 0.13 0 0
HSL 245.63º 1% 0.94% -
HSV(B) 245.63º 0.13% 1% -
XYZ 75.8 76.16 105.31 -
YUV 227.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 226 223 255 0.11 0.13 0 0 245.63 1 0.94
Hex E2 DF FF B D 0 0 F6 64 5E
Octal 342 337 377 13 15 0 0 366 144 136
Binary 11100010 11011111 11111111 1011 1101 0 0 11110110 1100100 1011110

Color Harmonies of #E2DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DFFF

Black with #E2DFFF

Text Example


Text Example

White with #E2DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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