Html Css Color HEX #E5DAFF Lavender

📋 copy color: '#E5DAFF'

red 229 ◦ green 218 ◦ blue 255

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

Shades of Lavender #E5DAFF

Tints of Lavender #E5DAFF

RGB

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

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

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

R = 32.62%
G = 31.05%
B = 36.32%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5DAFF (or 0xE5DAFF) is known color: Lavender. HEX triplet: E5, DA and FF. RGB value is (229,218,255). Sum of RGB (Red+Green+Blue) = 229+218+255=702 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.62% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5DAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFF is #1A2500. Grayscale: #E1E1E1. Windows color (decimal): -1713409 or 16767717. OLE color: 16767717.

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

Color convert

RGB 229 218 255 -
CMYK 0.10 0.15 0 0
HSL 257.84º 1% 0.93% -
HSV(B) 257.84º 0.15% 1% -
XYZ 75.43 74.02 104.92 -
YUV 225.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 229 218 255 0.10 0.15 0 0 257.84 1 0.93
Hex E5 DA FF A F 0 0 102 64 5D
Octal 345 332 377 12 17 0 0 402 144 135
Binary 11100101 11011010 11111111 1010 1111 0 0 100000010 1100100 1011101

Color Harmonies of #E5DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAFF

Black with #E5DAFF

Text Example


Text Example

White with #E5DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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