Html Css Color HEX #E1DFFF Lavender

📋 copy color: '#E1DFFF'

red 225 ◦ green 223 ◦ blue 255

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

Shades of Lavender #E1DFFF

Tints of Lavender #E1DFFF

RGB

 RED value IS 225 (88.28% from 255) = 32.01%

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

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

R = 32.01%
G = 31.72%
B = 36.27%

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

#E1DFFF (or 0xE1DFFF) is known color: Lavender. HEX triplet: E1, DF and FF. RGB value is (225,223,255). Sum of RGB (Red+Green+Blue) = 225+223+255=703 (93% of max value = 765). Red value is 225 (88.28% from 255 or 32.01% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1DFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DFFF is #1E2000. Grayscale: #E3E3E3. Windows color (decimal): -1974273 or 16768993. OLE color: 16768993.

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

Color convert

RGB 225 223 255 -
CMYK 0.12 0.13 0 0
HSL 243.75º 1% 0.94% -
HSV(B) 243.75º 0.13% 1% -
XYZ 75.49 76 105.3 -
YUV 227.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 225 223 255 0.12 0.13 0 0 243.75 1 0.94
Hex E1 DF FF C D 0 0 F4 64 5E
Octal 341 337 377 14 15 0 0 364 144 136
Binary 11100001 11011111 11111111 1100 1101 0 0 11110100 1100100 1011110

Color Harmonies of #E1DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DFFF

Black with #E1DFFF

Text Example


Text Example

White with #E1DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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