Html Css Color HEX #EAECFE Lavender

📋 copy color: '#EAECFE'

red 234 ◦ green 236 ◦ blue 254

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

Shades of Lavender #EAECFE

Tints of Lavender #EAECFE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 32.6%

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

R = 32.32%
G = 32.6%
B = 35.08%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EAECFE (or 0xEAECFE) is known color: Lavender. HEX triplet: EA, EC and FE. RGB value is (234,236,254). Sum of RGB (Red+Green+Blue) = 234+236+254=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAECFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECFE is #151301. Grayscale: #EDEDED. Windows color (decimal): -1381122 or 16706794. OLE color: 16706794.

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

Color convert

RGB 234 236 254 -
CMYK 0.08 0.07 0 0.00
HSL 234º 0.91% 0.96% -
HSV(B) 234º 0.08% 1% -
XYZ 81.82 84.64 105.79 -
YUV 237.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 234 236 254 0.08 0.07 0 0.00 234 0.91 0.96
Hex EA EC FE 8 7 0 0 EA 5B 60
Octal 352 354 376 10 7 0 0 352 133 140
Binary 11101010 11101100 11111110 1000 111 0 0 11101010 1011011 1100000

Color Harmonies of #EAECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAECFE

Black with #EAECFE

Text Example


Text Example

White with #EAECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAECFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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