Html Css Color HEX #EAE5FE Lavender

📋 copy color: '#EAE5FE'

red 234 ◦ green 229 ◦ blue 254

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

Shades of Lavender #EAE5FE

Tints of Lavender #EAE5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.43%

R = 32.64%
G = 31.94%
B = 35.43%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAE5FE (or 0xEAE5FE) is known color: Lavender. HEX triplet: EA, E5 and FE. RGB value is (234,229,254). Sum of RGB (Red+Green+Blue) = 234+229+254=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAE5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5FE is #151A01. Grayscale: #E9E9E9. Windows color (decimal): -1382914 or 16705002. OLE color: 16705002.

HSL color Cylindrical-coordinate representation of color #EAE5FE: hue angle of 252º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAE5FE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 229 254 -
CMYK 0.08 0.10 0 0.00
HSL 252º 0.93% 0.95% -
HSV(B) 252º 0.1% 1% -
XYZ 79.84 80.69 105.13 -
YUV 233.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 234 229 254 0.08 0.10 0 0.00 252 0.93 0.95
Hex EA E5 FE 8 A 0 0 FC 5D 5F
Octal 352 345 376 10 12 0 0 374 135 137
Binary 11101010 11100101 11111110 1000 1010 0 0 11111100 1011101 1011111

Color Harmonies of #EAE5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE5FE

Black with #EAE5FE

Text Example


Text Example

White with #EAE5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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