Html Css Color HEX #E5DBFE Lavender

📋 copy color: '#E5DBFE'

red 229 ◦ green 219 ◦ blue 254

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

Shades of Lavender #E5DBFE

Tints of Lavender #E5DBFE

RGB

 RED value IS 229 (89.84% from 255) = 32.62%

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

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

R = 32.62%
G = 31.2%
B = 36.18%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5DBFE (or 0xE5DBFE) is known color: Lavender. HEX triplet: E5, DB and FE. RGB value is (229,219,254). Sum of RGB (Red+Green+Blue) = 229+219+254=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBFE is #1A2401. Grayscale: #E1E1E1. Windows color (decimal): -1713154 or 16702437. OLE color: 16702437.

HSL color Cylindrical-coordinate representation of color #E5DBFE: hue angle of 257.14º 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 #E5DBFE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 219 254 -
CMYK 0.10 0.14 0 0.00
HSL 257.14º 0.95% 0.93% -
HSV(B) 257.14º 0.14% 1% -
XYZ 75.53 74.48 104.16 -
YUV 225.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 229 219 254 0.10 0.14 0 0.00 257.14 0.95 0.93
Hex E5 DB FE A E 0 0 101 5F 5D
Octal 345 333 376 12 16 0 0 401 137 135
Binary 11100101 11011011 11111110 1010 1110 0 0 100000001 1011111 1011101

Color Harmonies of #E5DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DBFE

Black with #E5DBFE

Text Example


Text Example

White with #E5DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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