#EBEAFE

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

Shades of Lavender #EBEAFE

Tints of Lavender #EBEAFE

Color information

#EBEAFE (or 0xEBEAFE) is unknown color: approx Lavender. HEX triplet: EB, EA and FE. RGB value is (235,234,254). Sum of RGB (Red+Green+Blue) = 235+234+254=723 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.50% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAFE is #141501. Grayscale: #ECECEC. Windows color (decimal): -1316098 or 16706283. OLE color: 16706283.

HSL color Cylindrical-coordinate representation of color #EBEAFE: hue angle of 243º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBEAFE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235234254-
CMYK0.070.0800.00
HSL243º90.91%95.69%-
HSV(B)243º7.87%99.61%-
XYZ81.5783.66105.62-
YUV236.58137.83126.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.50%
GREEN value IS 234 (91.80% from 255) = 32.37%
BLUE value IS 254 (99.61% from 255) = 35.13%
R=32.50%
G=32.37%
B=35.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352342540.070.0800.0024390.9195.69
HexEBEAFE7800f35b60
Octal35335237671000363133140
Binary1110101111101010111111101111000001111001110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAFE; }

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

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

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

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

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

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

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

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