Html Css Color HEX #E5DAFD Lavender

📋 copy color: '#E5DAFD'

red 229 ◦ green 218 ◦ blue 253

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

Shades of Lavender #E5DAFD

Tints of Lavender #E5DAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.14%

R = 32.71%
G = 31.14%
B = 36.14%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5DAFD (or 0xE5DAFD) is known color: Lavender. HEX triplet: E5, DA and FD. RGB value is (229,218,253). Sum of RGB (Red+Green+Blue) = 229+218+253=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DAFD is #1A2502. Grayscale: #E1E1E1. Windows color (decimal): -1713411 or 16636645. OLE color: 16636645.

HSL color Cylindrical-coordinate representation of color #E5DAFD: hue angle of 258.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5DAFD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 218 253 -
CMYK 0.09 0.14 0 0.01
HSL 258.86º 0.9% 0.92% -
HSV(B) 258.86º 0.14% 0.99% -
XYZ 75.11 73.89 103.23 -
YUV 225.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 229 218 253 0.09 0.14 0 0.01 258.86 0.9 0.92
Hex E5 DA FD 9 E 0 1 103 5A 5C
Octal 345 332 375 11 16 0 1 403 132 134
Binary 11100101 11011010 11111101 1001 1110 0 1 100000011 1011010 1011100

Color Harmonies of #E5DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DAFD

Black with #E5DAFD

Text Example


Text Example

White with #E5DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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