#EBEAF8

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

Shades of Lavender #EBEAF8

Tints of Lavender #EBEAF8

Color information

#EBEAF8 (or 0xEBEAF8) is unknown color: approx Lavender. HEX triplet: EB, EA and F8. RGB value is (235,234,248). Sum of RGB (Red+Green+Blue) = 235+234+248=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF8 is #141507. Grayscale: #EBEBEB. Windows color (decimal): -1316104 or 16313067. OLE color: 16313067.

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

Color convert

RGB235234248-
CMYK0.050.0600.03
HSL244.29º50%94.51%-
HSV(B)244.29º5.65%97.25%-
XYZ80.6383.29100.63-
YUV235.9134.83127.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.78%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 248 (97.27% from 255) = 34.59%
R=32.78%
G=32.64%
B=34.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352342480.050.0600.03244.295094.51
HexEBEAF85603f4325f
Octal353352370560336462137
Binary111010111110101011111000101110011111101001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAF8; }

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

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

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

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

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

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

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

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