Html Css Color HEX #E0DFFA Lavender

📋 copy color: '#E0DFFA'

red 224 ◦ green 223 ◦ blue 250

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

Shades of Lavender #E0DFFA

Tints of Lavender #E0DFFA

RGB

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

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

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

R = 32.14%
G = 31.99%
B = 35.87%

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

#E0DFFA (or 0xE0DFFA) is known color: Lavender. HEX triplet: E0, DF and FA. RGB value is (224,223,250). Sum of RGB (Red+Green+Blue) = 224+223+250=697 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.14% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFFA is #1F2005. Grayscale: #E2E2E2. Windows color (decimal): -2039814 or 16441312. OLE color: 16441312.

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

Color convert

RGB 224 223 250 -
CMYK 0.10 0.11 0 0.02
HSL 242.22º 0.73% 0.93% -
HSV(B) 242.22º 0.11% 0.98% -
XYZ 74.38 75.52 101.1 -
YUV 226.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 224 223 250 0.10 0.11 0 0.02 242.22 0.73 0.93
Hex E0 DF FA A B 0 2 F2 49 5D
Octal 340 337 372 12 13 0 2 362 111 135
Binary 11100000 11011111 11111010 1010 1011 0 10 11110010 1001001 1011101

Color Harmonies of #E0DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFFA

Black with #E0DFFA

Text Example


Text Example

White with #E0DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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