#EBEAF3

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

Shades of Lavender #EBEAF3

Tints of Lavender #EBEAF3

Color information

#EBEAF3 (or 0xEBEAF3) is unknown color: approx Lavender. HEX triplet: EB, EA and F3. RGB value is (235,234,243). Sum of RGB (Red+Green+Blue) = 235+234+243=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 243 (95.31% from 255 or 34.13% from 712); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBEAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF3 is #14150C. Grayscale: #EBEBEB. Windows color (decimal): -1316109 or 15985387. OLE color: 15985387.

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

Color convert

RGB235234243-
CMYK0.030.0400.05
HSL246.67º27.27%93.53%-
HSV(B)246.67º3.7%95.29%-
XYZ79.8682.9896.6-
YUV235.32132.33127.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.01%
GREEN value IS 234 (91.80% from 255) = 32.87%
BLUE value IS 243 (95.31% from 255) = 34.13%
R=33.01%
G=32.87%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352342430.030.0400.05246.6727.2793.53
HexEBEAF33405f71b5e
Octal353352363340536733136
Binary11101011111010101111001111100010111110111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAF3; }

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

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

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

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

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

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

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

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