#EBE7FB

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

Shades of Lavender #EBE7FB

Tints of Lavender #EBE7FB

Color information

#EBE7FB (or 0xEBE7FB) is unknown color: approx Lavender. HEX triplet: EB, E7 and FB. RGB value is (235,231,251). Sum of RGB (Red+Green+Blue) = 235+231+251=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 231 (90.62% from 255 or 32.22% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBE7FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE7FB is #141804. Grayscale: #EAEAEA. Windows color (decimal): -1316869 or 16508907. OLE color: 16508907.

HSL color Cylindrical-coordinate representation of color #EBE7FB: hue angle of 252º degrees, saturation: 0.71, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBE7FB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235231251-
CMYK0.060.0800.02
HSL252º71.43%94.51%-
HSV(B)252º7.97%98.43%-
XYZ80.2581.78102.82-
YUV234.48137.33128.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.78%
GREEN value IS 231 (90.62% from 255) = 32.22%
BLUE value IS 251 (98.44% from 255) = 35.01%
R=32.78%
G=32.22%
B=35.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352312510.060.0800.0225271.4394.51
HexEBE7FB6802fc475f
Octal35334737361002374107137
Binary11101011111001111111101111010000101111110010001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7FB; }

 p { color: rgb(235,231,251); }

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

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

 a { background-color: rgb(235,231,251); }

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

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

 span { border-color: rgb(235,231,251); }

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