Html Css Color HEX #E5DEF6 Lavender

📋 copy color: '#E5DEF6'

red 229 ◦ green 222 ◦ blue 246

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

Shades of Lavender #E5DEF6

Tints of Lavender #E5DEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.29%

R = 32.86%
G = 31.85%
B = 35.29%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E5DEF6 (or 0xE5DEF6) is known color: Lavender. HEX triplet: E5, DE and F6. RGB value is (229,222,246). Sum of RGB (Red+Green+Blue) = 229+222+246=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEF6 is #1A2109. Grayscale: #E2E2E2. Windows color (decimal): -1712394 or 16178917. OLE color: 16178917.

HSL color Cylindrical-coordinate representation of color #E5DEF6: hue angle of 257.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5DEF6 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 222 246 -
CMYK 0.07 0.10 0 0.04
HSL 257.5º 0.57% 0.92% -
HSV(B) 257.5º 0.1% 0.96% -
XYZ 75.07 75.55 97.82 -
YUV 226.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 229 222 246 0.07 0.10 0 0.04 257.5 0.57 0.92
Hex E5 DE F6 7 A 0 4 102 39 5C
Octal 345 336 366 7 12 0 4 402 71 134
Binary 11100101 11011110 11110110 111 1010 0 100 100000010 111001 1011100

Color Harmonies of #E5DEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEF6

Black with #E5DEF6

Text Example


Text Example

White with #E5DEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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