Html Css Color HEX #E0DEFF Lavender

📋 copy color: '#E0DEFF'

red 224 ◦ green 222 ◦ blue 255

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

Shades of Lavender #E0DEFF

Tints of Lavender #E0DEFF

RGB

 RED value IS 224 (87.89% from 255) = 31.95%

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

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

R = 31.95%
G = 31.67%
B = 36.38%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E0DEFF (or 0xE0DEFF) is known color: Lavender. HEX triplet: E0, DE and FF. RGB value is (224,222,255). Sum of RGB (Red+Green+Blue) = 224+222+255=701 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.95% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DEFF is #1F2100. Grayscale: #E2E2E2. Windows color (decimal): -2040065 or 16768736. OLE color: 16768736.

HSL color Cylindrical-coordinate representation of color #E0DEFF: hue angle of 243.64º 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 #E0DEFF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 222 255 -
CMYK 0.12 0.13 0 0
HSL 243.64º 1% 0.94% -
HSV(B) 243.64º 0.13% 1% -
XYZ 74.91 75.31 105.2 -
YUV 226.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 224 222 255 0.12 0.13 0 0 243.64 1 0.94
Hex E0 DE FF C D 0 0 F4 64 5E
Octal 340 336 377 14 15 0 0 364 144 136
Binary 11100000 11011110 11111111 1100 1101 0 0 11110100 1100100 1011110

Color Harmonies of #E0DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DEFF

Black with #E0DEFF

Text Example


Text Example

White with #E0DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DEFF; }

 p { color: rgb(224,222,255); }

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

background-color css

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

 a { background-color: rgb(224,222,255); }

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

border-color css

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

 span { border-color: rgb(224,222,255); }

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