Html Css Color HEX #E1DDFD Lavender

📋 copy color: '#E1DDFD'

red 225 ◦ green 221 ◦ blue 253

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

Shades of Lavender #E1DDFD

Tints of Lavender #E1DDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.19%

R = 32.19%
G = 31.62%
B = 36.19%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E1DDFD (or 0xE1DDFD) is known color: Lavender. HEX triplet: E1, DD and FD. RGB value is (225,221,253). Sum of RGB (Red+Green+Blue) = 225+221+253=699 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.19% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1DDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDFD is #1E2202. Grayscale: #E1E1E1. Windows color (decimal): -1974787 or 16637409. OLE color: 16637409.

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

Color convert

RGB 225 221 253 -
CMYK 0.11 0.13 0 0.01
HSL 247.5º 0.89% 0.93% -
HSV(B) 247.5º 0.13% 0.99% -
XYZ 74.64 74.81 103.43 -
YUV 225.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 225 221 253 0.11 0.13 0 0.01 247.5 0.89 0.93
Hex E1 DD FD B D 0 1 F8 59 5D
Octal 341 335 375 13 15 0 1 370 131 135
Binary 11100001 11011101 11111101 1011 1101 0 1 11111000 1011001 1011101

Color Harmonies of #E1DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DDFD

Black with #E1DDFD

Text Example


Text Example

White with #E1DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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