Html Css Color HEX #E3DAFE Lavender

📋 copy color: '#E3DAFE'

red 227 ◦ green 218 ◦ blue 254

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

Shades of Lavender #E3DAFE

Tints of Lavender #E3DAFE

RGB

 RED value IS 227 (89.06% from 255) = 32.47%

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

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

R = 32.47%
G = 31.19%
B = 36.34%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E3DAFE (or 0xE3DAFE) is known color: Lavender. HEX triplet: E3, DA and FE. RGB value is (227,218,254). Sum of RGB (Red+Green+Blue) = 227+218+254=699 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.47% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #E3DAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAFE is #1C2501. Grayscale: #E0E0E0. Windows color (decimal): -1844482 or 16702179. OLE color: 16702179.

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

Color convert

RGB 227 218 254 -
CMYK 0.11 0.14 0 0.00
HSL 255º 0.95% 0.93% -
HSV(B) 255º 0.14% 1% -
XYZ 74.64 73.63 104.04 -
YUV 224.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 227 218 254 0.11 0.14 0 0.00 255 0.95 0.93
Hex E3 DA FE B E 0 0 FF 5F 5D
Octal 343 332 376 13 16 0 0 377 137 135
Binary 11100011 11011010 11111110 1011 1110 0 0 11111111 1011111 1011101

Color Harmonies of #E3DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DAFE

Black with #E3DAFE

Text Example


Text Example

White with #E3DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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