Html Css Color HEX #EAEBF2 Lavender

📋 copy color: '#EAEBF2'

red 234 ◦ green 235 ◦ blue 242

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

Shades of Lavender #EAEBF2

Tints of Lavender #EAEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.05%

 BLUE value IS 242 (94.92% from 255) = 34.04%

R = 32.91%
G = 33.05%
B = 34.04%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EAEBF2 (or 0xEAEBF2) is known color: Lavender. HEX triplet: EA, EB and F2. RGB value is (234,235,242). Sum of RGB (Red+Green+Blue) = 234+235+242=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBF2 is #15140D. Grayscale: #EBEBEB. Windows color (decimal): -1381390 or 15920106. OLE color: 15920106.

HSL color Cylindrical-coordinate representation of color #EAEBF2: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEBF2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 235 242 -
CMYK 0.03 0.03 0 0.05
HSL 232.5º 0.24% 0.93% -
HSV(B) 232.5º 0.03% 0.95% -
XYZ 79.67 83.32 95.89 -
YUV 235.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 234 235 242 0.03 0.03 0 0.05 232.5 0.24 0.93
Hex EA EB F2 3 3 0 5 E8 18 5D
Octal 352 353 362 3 3 0 5 350 30 135
Binary 11101010 11101011 11110010 11 11 0 101 11101000 11000 1011101

Color Harmonies of #EAEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEBF2

Black with #EAEBF2

Text Example


Text Example

White with #EAEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEBF2; }

 p { color: rgb(234,235,242); }

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

background-color css

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

 a { background-color: rgb(234,235,242); }

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

border-color css

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

 span { border-color: rgb(234,235,242); }

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