Html Css Color HEX #EBEAF2 Lavender

📋 copy color: '#EBEAF2'

red 235 ◦ green 234 ◦ blue 242

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

Shades of Lavender #EBEAF2

Tints of Lavender #EBEAF2

RGB

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

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

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

R = 33.05%
G = 32.91%
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

#EBEAF2 (or 0xEBEAF2) is known color: Lavender. HEX triplet: EB, EA and F2. RGB value is (235,234,242). Sum of RGB (Red+Green+Blue) = 235+234+242=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 234 (91.80% from 255 or 32.91% 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 #EBEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF2 is #14150D. Grayscale: #EBEBEB. Windows color (decimal): -1316110 or 15919851. OLE color: 15919851.

HSL color Cylindrical-coordinate representation of color #EBEAF2: hue angle of 247.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 #EBEAF2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 234 242 -
CMYK 0.03 0.03 0 0.05
HSL 247.5º 0.24% 0.93% -
HSV(B) 247.5º 0.03% 0.95% -
XYZ 79.71 82.92 95.81 -
YUV 235.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 235 234 242 0.03 0.03 0 0.05 247.5 0.24 0.93
Hex EB EA F2 3 3 0 5 F8 18 5D
Octal 353 352 362 3 3 0 5 370 30 135
Binary 11101011 11101010 11110010 11 11 0 101 11111000 11000 1011101

Color Harmonies of #EBEAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEAF2

Black with #EBEAF2

Text Example


Text Example

White with #EBEAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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