Html Css Color HEX #E1DBFE Lavender

📋 copy color: '#E1DBFE'

red 225 ◦ green 219 ◦ blue 254

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

Shades of Lavender #E1DBFE

Tints of Lavender #E1DBFE

RGB

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

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

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

R = 32.23%
G = 31.38%
B = 36.39%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1DBFE (or 0xE1DBFE) is known color: Lavender. HEX triplet: E1, DB and FE. RGB value is (225,219,254). Sum of RGB (Red+Green+Blue) = 225+219+254=698 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.23% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBFE is #1E2401. Grayscale: #E0E0E0. Windows color (decimal): -1975298 or 16702433. OLE color: 16702433.

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

Color convert

RGB 225 219 254 -
CMYK 0.11 0.14 0 0.00
HSL 250.29º 0.95% 0.93% -
HSV(B) 250.29º 0.14% 1% -
XYZ 74.27 73.83 104.1 -
YUV 224.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 225 219 254 0.11 0.14 0 0.00 250.29 0.95 0.93
Hex E1 DB FE B E 0 0 FA 5F 5D
Octal 341 333 376 13 16 0 0 372 137 135
Binary 11100001 11011011 11111110 1011 1110 0 0 11111010 1011111 1011101

Color Harmonies of #E1DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DBFE

Black with #E1DBFE

Text Example


Text Example

White with #E1DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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