Html Css Color HEX #E2DDFF Lavender

📋 copy color: '#E2DDFF'

red 226 ◦ green 221 ◦ blue 255

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

Shades of Lavender #E2DDFF

Tints of Lavender #E2DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.48%

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

R = 32.19%
G = 31.48%
B = 36.32%

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

#E2DDFF (or 0xE2DDFF) is known color: Lavender. HEX triplet: E2, DD and FF. RGB value is (226,221,255). Sum of RGB (Red+Green+Blue) = 226+221+255=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2DDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DDFF is #1D2200. Grayscale: #E2E2E2. Windows color (decimal): -1909249 or 16768482. OLE color: 16768482.

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

Color convert

RGB 226 221 255 -
CMYK 0.11 0.13 0 0
HSL 248.82º 1% 0.93% -
HSV(B) 248.82º 0.13% 1% -
XYZ 75.27 75.1 105.14 -
YUV 226.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 226 221 255 0.11 0.13 0 0 248.82 1 0.93
Hex E2 DD FF B D 0 0 F9 64 5D
Octal 342 335 377 13 15 0 0 371 144 135
Binary 11100010 11011101 11111111 1011 1101 0 0 11111001 1100100 1011101

Color Harmonies of #E2DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DDFF

Black with #E2DDFF

Text Example


Text Example

White with #E2DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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