Html Css Color HEX #EAE7FF Lavender

📋 copy color: '#EAE7FF'

red 234 ◦ green 231 ◦ blue 255

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

Shades of Lavender #EAE7FF

Tints of Lavender #EAE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.08%

 BLUE value IS 255 (100% from 255) = 35.42%

R = 32.5%
G = 32.08%
B = 35.42%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAE7FF (or 0xEAE7FF) is known color: Lavender. HEX triplet: EA, E7 and FF. RGB value is (234,231,255). Sum of RGB (Red+Green+Blue) = 234+231+255=720 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.5% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAE7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7FF is #151800. Grayscale: #EAEAEA. Windows color (decimal): -1382401 or 16771050. OLE color: 16771050.

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

Color convert

RGB 234 231 255 -
CMYK 0.08 0.09 0 0
HSL 247.5º 1% 0.95% -
HSV(B) 247.5º 0.09% 1% -
XYZ 80.56 81.86 106.16 -
YUV 234.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 234 231 255 0.08 0.09 0 0 247.5 1 0.95
Hex EA E7 FF 8 9 0 0 F8 64 5F
Octal 352 347 377 10 11 0 0 370 144 137
Binary 11101010 11100111 11111111 1000 1001 0 0 11111000 1100100 1011111

Color Harmonies of #EAE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE7FF

Black with #EAE7FF

Text Example


Text Example

White with #EAE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE7FF; }

 p { color: rgb(234,231,255); }

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

background-color css

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

 a { background-color: rgb(234,231,255); }

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

border-color css

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

 span { border-color: rgb(234,231,255); }

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