Html Css Color HEX #E5DEFF Lavender

📋 copy color: '#E5DEFF'

red 229 ◦ green 222 ◦ blue 255

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

Shades of Lavender #E5DEFF

Tints of Lavender #E5DEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.12%

R = 32.44%
G = 31.44%
B = 36.12%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5DEFF (or 0xE5DEFF) is known color: Lavender. HEX triplet: E5, DE and FF. RGB value is (229,222,255). Sum of RGB (Red+Green+Blue) = 229+222+255=706 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.44% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFF is #1A2100. Grayscale: #E3E3E3. Windows color (decimal): -1712385 or 16768741. OLE color: 16768741.

HSL color Cylindrical-coordinate representation of color #E5DEFF: hue angle of 252.73º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DEFF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 222 255 -
CMYK 0.10 0.13 0 0
HSL 252.73º 1% 0.94% -
HSV(B) 252.73º 0.13% 1% -
XYZ 76.48 76.12 105.27 -
YUV 227.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 229 222 255 0.10 0.13 0 0 252.73 1 0.94
Hex E5 DE FF A D 0 0 FD 64 5E
Octal 345 336 377 12 15 0 0 375 144 136
Binary 11100101 11011110 11111111 1010 1101 0 0 11111101 1100100 1011110

Color Harmonies of #E5DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEFF

Black with #E5DEFF

Text Example


Text Example

White with #E5DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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