Html Css Color HEX #EAE5FD Lavender

📋 copy color: '#EAE5FD'

red 234 ◦ green 229 ◦ blue 253

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

Shades of Lavender #EAE5FD

Tints of Lavender #EAE5FD

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EAE5FD (or 0xEAE5FD) is known color: Lavender. HEX triplet: EA, E5 and FD. RGB value is (234,229,253). Sum of RGB (Red+Green+Blue) = 234+229+253=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 229 (89.84% from 255 or 31.98% 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 #EAE5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5FD is #151A02. Grayscale: #E9E9E9. Windows color (decimal): -1382915 or 16639466. OLE color: 16639466.

HSL color Cylindrical-coordinate representation of color #EAE5FD: hue angle of 252.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 #EAE5FD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 229 253 -
CMYK 0.08 0.09 0 0.01
HSL 252.5º 0.86% 0.95% -
HSV(B) 252.5º 0.09% 0.99% -
XYZ 79.68 80.62 104.29 -
YUV 233.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 234 229 253 0.08 0.09 0 0.01 252.5 0.86 0.95
Hex EA E5 FD 8 9 0 1 FD 56 5F
Octal 352 345 375 10 11 0 1 375 126 137
Binary 11101010 11100101 11111101 1000 1001 0 1 11111101 1010110 1011111

Color Harmonies of #EAE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5FD

Black with #EAE5FD

Text Example


Text Example

White with #EAE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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