#EBEAF1

Color #EBEAF1 Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #EBEAF1

Tints of Lavender #EBEAF1

Color information

#EBEAF1 (or 0xEBEAF1) is unknown color: approx Lavender. HEX triplet: EB, EA and F1. RGB value is (235,234,241). Sum of RGB (Red+Green+Blue) = 235+234+241=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF1 is #14150E. Grayscale: #EBEBEB. Windows color (decimal): -1316111 or 15854315. OLE color: 15854315.

HSL color Cylindrical-coordinate representation of color #EBEAF1: hue angle of 248.57º degrees, saturation: 0.2, 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 #EBEAF1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235234241-
CMYK0.020.0300.05
HSL248.57º20%93.14%-
HSV(B)248.57º2.9%94.51%-
XYZ79.5682.8695.02-
YUV235.1131.33127.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.10%
GREEN value IS 234 (91.80% from 255) = 32.96%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=33.10%
G=32.96%
B=33.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352342410.020.0300.05248.572093.14
HexEBEAF12305f9145d
Octal353352361230537124135
Binary1110101111101010111100011011010111111001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAF1; }

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

 H1.HeaderClassName
 {
   color: #EBEAF1;
 }
 .AnyTagClassName
 {
   color: #EBEAF1;
 }
</style>
background-color css

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

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

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

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

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

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