Html Css Color HEX #E5DAFE Lavender

📋 copy color: '#E5DAFE'

red 229 ◦ green 218 ◦ blue 254

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

Shades of Lavender #E5DAFE

Tints of Lavender #E5DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.1%

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

R = 32.67%
G = 31.1%
B = 36.23%

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

#E5DAFE (or 0xE5DAFE) is known color: Lavender. HEX triplet: E5, DA and FE. RGB value is (229,218,254). Sum of RGB (Red+Green+Blue) = 229+218+254=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFE is #1A2501. Grayscale: #E1E1E1. Windows color (decimal): -1713410 or 16702181. OLE color: 16702181.

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

Color convert

RGB 229 218 254 -
CMYK 0.10 0.14 0 0.00
HSL 258.33º 0.95% 0.93% -
HSV(B) 258.33º 0.14% 1% -
XYZ 75.27 73.96 104.07 -
YUV 225.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 229 218 254 0.10 0.14 0 0.00 258.33 0.95 0.93
Hex E5 DA FE A E 0 0 102 5F 5D
Octal 345 332 376 12 16 0 0 402 137 135
Binary 11100101 11011010 11111110 1010 1110 0 0 100000010 1011111 1011101

Color Harmonies of #E5DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAFE

Black with #E5DAFE

Text Example


Text Example

White with #E5DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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