Html Css Color HEX #E0DFFF Lavender

📋 copy color: '#E0DFFF'

red 224 ◦ green 223 ◦ blue 255

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

Shades of Lavender #E0DFFF

Tints of Lavender #E0DFFF

RGB

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

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

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

R = 31.91%
G = 31.77%
B = 36.32%

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

#E0DFFF (or 0xE0DFFF) is known color: Lavender. HEX triplet: E0, DF and FF. RGB value is (224,223,255). Sum of RGB (Red+Green+Blue) = 224+223+255=702 (92% of max value = 765). Red value is 224 (87.89% from 255 or 31.91% from 702); Green value is 223 (87.5% from 255 or 31.77% 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 #E0DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFFF is #1F2000. Grayscale: #E2E2E2. Windows color (decimal): -2039809 or 16768992. OLE color: 16768992.

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

Color convert

RGB 224 223 255 -
CMYK 0.12 0.13 0 0
HSL 241.88º 1% 0.94% -
HSV(B) 241.88º 0.13% 1% -
XYZ 75.18 75.84 105.28 -
YUV 226.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 224 223 255 0.12 0.13 0 0 241.88 1 0.94
Hex E0 DF FF C D 0 0 F2 64 5E
Octal 340 337 377 14 15 0 0 362 144 136
Binary 11100000 11011111 11111111 1100 1101 0 0 11110010 1100100 1011110

Color Harmonies of #E0DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DFFF

Black with #E0DFFF

Text Example


Text Example

White with #E0DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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