Html Css Color HEX #E1DDFE Lavender

📋 copy color: '#E1DDFE'

red 225 ◦ green 221 ◦ blue 254

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

Shades of Lavender #E1DDFE

Tints of Lavender #E1DDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.29%

R = 32.14%
G = 31.57%
B = 36.29%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1DDFE (or 0xE1DDFE) is known color: Lavender. HEX triplet: E1, DD and FE. RGB value is (225,221,254). Sum of RGB (Red+Green+Blue) = 225+221+254=700 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.14% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDFE is #1E2201. Grayscale: #E1E1E1. Windows color (decimal): -1974786 or 16702945. OLE color: 16702945.

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

Color convert

RGB 225 221 254 -
CMYK 0.11 0.13 0 0.00
HSL 247.27º 0.94% 0.93% -
HSV(B) 247.27º 0.13% 1% -
XYZ 74.8 74.88 104.28 -
YUV 225.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 225 221 254 0.11 0.13 0 0.00 247.27 0.94 0.93
Hex E1 DD FE B D 0 0 F7 5E 5D
Octal 341 335 376 13 15 0 0 367 136 135
Binary 11100001 11011101 11111110 1011 1101 0 0 11110111 1011110 1011101

Color Harmonies of #E1DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DDFE

Black with #E1DDFE

Text Example


Text Example

White with #E1DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DDFE; }

 p { color: rgb(225,221,254); }

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

background-color css

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

 a { background-color: rgb(225,221,254); }

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

border-color css

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

 span { border-color: rgb(225,221,254); }

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