Html Css Color HEX #E5DEF9 Lavender

📋 copy color: '#E5DEF9'

red 229 ◦ green 222 ◦ blue 249

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

Shades of Lavender #E5DEF9

Tints of Lavender #E5DEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.57%

R = 32.71%
G = 31.71%
B = 35.57%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5DEF9 (or 0xE5DEF9) is known color: Lavender. HEX triplet: E5, DE and F9. RGB value is (229,222,249). Sum of RGB (Red+Green+Blue) = 229+222+249=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5DEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEF9 is #1A2106. Grayscale: #E3E3E3. Windows color (decimal): -1712391 or 16375525. OLE color: 16375525.

HSL color Cylindrical-coordinate representation of color #E5DEF9: hue angle of 255.56º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5DEF9 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 222 249 -
CMYK 0.08 0.11 0 0.02
HSL 255.56º 0.69% 0.92% -
HSV(B) 255.56º 0.11% 0.98% -
XYZ 75.53 75.74 100.26 -
YUV 227.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 229 222 249 0.08 0.11 0 0.02 255.56 0.69 0.92
Hex E5 DE F9 8 B 0 2 100 45 5C
Octal 345 336 371 10 13 0 2 400 105 134
Binary 11100101 11011110 11111001 1000 1011 0 10 100000000 1000101 1011100

Color Harmonies of #E5DEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEF9

Black with #E5DEF9

Text Example


Text Example

White with #E5DEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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