Html Css Color HEX #E1DBFD Lavender

📋 copy color: '#E1DBFD'

red 225 ◦ green 219 ◦ blue 253

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

Shades of Lavender #E1DBFD

Tints of Lavender #E1DBFD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.42%

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

R = 32.28%
G = 31.42%
B = 36.3%

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

#E1DBFD (or 0xE1DBFD) is known color: Lavender. HEX triplet: E1, DB and FD. RGB value is (225,219,253). Sum of RGB (Red+Green+Blue) = 225+219+253=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #E1DBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBFD is #1E2402. Grayscale: #E0E0E0. Windows color (decimal): -1975299 or 16636897. OLE color: 16636897.

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

Color convert

RGB 225 219 253 -
CMYK 0.11 0.13 0 0.01
HSL 250.59º 0.89% 0.93% -
HSV(B) 250.59º 0.13% 0.99% -
XYZ 74.11 73.76 103.26 -
YUV 224.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 225 219 253 0.11 0.13 0 0.01 250.59 0.89 0.93
Hex E1 DB FD B D 0 1 FB 59 5D
Octal 341 333 375 13 15 0 1 373 131 135
Binary 11100001 11011011 11111101 1011 1101 0 1 11111011 1011001 1011101

Color Harmonies of #E1DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DBFD

Black with #E1DBFD

Text Example


Text Example

White with #E1DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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