#EBEAFD

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

Shades of Lavender #EBEAFD

Tints of Lavender #EBEAFD

Color information

#EBEAFD (or 0xEBEAFD) is unknown color: approx Lavender. HEX triplet: EB, EA and FD. RGB value is (235,234,253). Sum of RGB (Red+Green+Blue) = 235+234+253=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAFD is #141502. Grayscale: #ECECEC. Windows color (decimal): -1316099 or 16640747. OLE color: 16640747.

HSL color Cylindrical-coordinate representation of color #EBEAFD: hue angle of 243.16º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBEAFD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235234253-
CMYK0.070.0800.01
HSL243.16º82.61%95.49%-
HSV(B)243.16º7.51%99.22%-
XYZ81.4183.6104.77-
YUV236.46137.33126.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.55%
GREEN value IS 234 (91.80% from 255) = 32.41%
BLUE value IS 253 (99.22% from 255) = 35.04%
R=32.55%
G=32.41%
B=35.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352342530.070.0800.01243.1682.6195.49
HexEBEAFD7801f3535f
Octal35335237571001363123137
Binary1110101111101010111111011111000011111001110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAFD; }

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

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

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

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

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

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

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

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