Html Css Color HEX #EAE4FE Lavender

📋 copy color: '#EAE4FE'

red 234 ◦ green 228 ◦ blue 254

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

Shades of Lavender #EAE4FE

Tints of Lavender #EAE4FE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.84%

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

R = 32.68%
G = 31.84%
B = 35.47%

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

#EAE4FE (or 0xEAE4FE) is known color: Lavender. HEX triplet: EA, E4 and FE. RGB value is (234,228,254). Sum of RGB (Red+Green+Blue) = 234+228+254=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 254 (99.61% from 255 or 35.47% from 716); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAE4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE4FE is #151B01. Grayscale: #E8E8E8. Windows color (decimal): -1383170 or 16704746. OLE color: 16704746.

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

Color convert

RGB 234 228 254 -
CMYK 0.08 0.10 0 0.00
HSL 253.85º 0.93% 0.95% -
HSV(B) 253.85º 0.1% 1% -
XYZ 79.56 80.13 105.04 -
YUV 232.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 234 228 254 0.08 0.10 0 0.00 253.85 0.93 0.95
Hex EA E4 FE 8 A 0 0 FE 5D 5F
Octal 352 344 376 10 12 0 0 376 135 137
Binary 11101010 11100100 11111110 1000 1010 0 0 11111110 1011101 1011111

Color Harmonies of #EAE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE4FE

Black with #EAE4FE

Text Example


Text Example

White with #EAE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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