#EBEAF2

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

Shades of Lavender #EBEAF2

Tints of Lavender #EBEAF2

Color information

#EBEAF2 (or 0xEBEAF2) is unknown color: approx 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

RGB235234242-
CMYK0.030.0300.05
HSL247.5º23.53%93.33%-
HSV(B)247.5º3.31%94.9%-
XYZ79.7182.9295.81-
YUV235.21131.83127.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 234 (91.80% 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 (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352342420.030.0300.05247.523.5393.33
HexEBEAF23305f8185d
Octal353352362330537030135
Binary1110101111101010111100101111010111111000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>