Html Css Color HEX #E5DEFE Lavender

📋 copy color: '#E5DEFE'

red 229 ◦ green 222 ◦ blue 254

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

Shades of Lavender #E5DEFE

Tints of Lavender #E5DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.49%

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

R = 32.48%
G = 31.49%
B = 36.03%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E5DEFE (or 0xE5DEFE) is known color: Lavender. HEX triplet: E5, DE and FE. RGB value is (229,222,254). Sum of RGB (Red+Green+Blue) = 229+222+254=705 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.48% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 254 (99.61% from 255 or 36.03% from 705); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5DEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFE is #1A2101. Grayscale: #E3E3E3. Windows color (decimal): -1712386 or 16703205. OLE color: 16703205.

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

Color convert

RGB 229 222 254 -
CMYK 0.10 0.13 0 0.00
HSL 253.13º 0.94% 0.93% -
HSV(B) 253.13º 0.13% 1% -
XYZ 76.32 76.06 104.42 -
YUV 227.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 229 222 254 0.10 0.13 0 0.00 253.13 0.94 0.93
Hex E5 DE FE A D 0 0 FD 5E 5D
Octal 345 336 376 12 15 0 0 375 136 135
Binary 11100101 11011110 11111110 1010 1101 0 0 11111101 1011110 1011101

Color Harmonies of #E5DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEFE

Black with #E5DEFE

Text Example


Text Example

White with #E5DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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