Html Css Color HEX #E4DAFF Lavender

📋 copy color: '#E4DAFF'

red 228 ◦ green 218 ◦ blue 255

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

Shades of Lavender #E4DAFF

Tints of Lavender #E4DAFF

RGB

 RED value IS 228 (89.45% from 255) = 32.52%

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

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

R = 32.52%
G = 31.1%
B = 36.38%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E4DAFF (or 0xE4DAFF) is known color: Lavender. HEX triplet: E4, DA and FF. RGB value is (228,218,255). Sum of RGB (Red+Green+Blue) = 228+218+255=701 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.52% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4DAFF is #1B2500. Grayscale: #E1E1E1. Windows color (decimal): -1778945 or 16767716. OLE color: 16767716.

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

Color convert

RGB 228 218 255 -
CMYK 0.11 0.15 0 0
HSL 256.22º 1% 0.93% -
HSV(B) 256.22º 0.15% 1% -
XYZ 75.12 73.86 104.9 -
YUV 225.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 228 218 255 0.11 0.15 0 0 256.22 1 0.93
Hex E4 DA FF B F 0 0 100 64 5D
Octal 344 332 377 13 17 0 0 400 144 135
Binary 11100100 11011010 11111111 1011 1111 0 0 100000000 1100100 1011101

Color Harmonies of #E4DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DAFF

Black with #E4DAFF

Text Example


Text Example

White with #E4DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DAFF; }

 p { color: rgb(228,218,255); }

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

background-color css

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

 a { background-color: rgb(228,218,255); }

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

border-color css

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

 span { border-color: rgb(228,218,255); }

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