Html Css Color HEX #E5EAFD Lavender

📋 copy color: '#E5EAFD'

red 229 ◦ green 234 ◦ blue 253

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

Shades of Lavender #E5EAFD

Tints of Lavender #E5EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.68%

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

R = 31.98%
G = 32.68%
B = 35.34%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5EAFD (or 0xE5EAFD) is known color: Lavender. HEX triplet: E5, EA and FD. RGB value is (229,234,253). Sum of RGB (Red+Green+Blue) = 229+234+253=716 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.98% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAFD is #1A1502. Grayscale: #EAEAEA. Windows color (decimal): -1709315 or 16640741. OLE color: 16640741.

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

Color convert

RGB 229 234 253 -
CMYK 0.09 0.08 0 0.01
HSL 227.5º 0.86% 0.95% -
HSV(B) 227.5º 0.09% 0.99% -
XYZ 79.47 82.6 104.68 -
YUV 234.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 229 234 253 0.09 0.08 0 0.01 227.5 0.86 0.95
Hex E5 EA FD 9 8 0 1 E4 56 5F
Octal 345 352 375 11 10 0 1 344 126 137
Binary 11100101 11101010 11111101 1001 1000 0 1 11100100 1010110 1011111

Color Harmonies of #E5EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EAFD

Black with #E5EAFD

Text Example


Text Example

White with #E5EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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