#EBEDFB

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

Shades of Lavender #EBEDFB

Tints of Lavender #EBEDFB

Color information

#EBEDFB (or 0xEBEDFB) is unknown color: approx Lavender. HEX triplet: EB, ED and FB. RGB value is (235,237,251). Sum of RGB (Red+Green+Blue) = 235+237+251=723 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.50% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDFB is #141204. Grayscale: #EDEDED. Windows color (decimal): -1315333 or 16510443. OLE color: 16510443.

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

Color convert

RGB235237251-
CMYK0.060.0600.02
HSL232.5º66.67%95.29%-
HSV(B)232.5º6.37%98.43%-
XYZ81.9685.2103.39-
YUV238135.34125.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.50%
GREEN value IS 237 (92.97% from 255) = 32.78%
BLUE value IS 251 (98.44% from 255) = 34.72%
R=32.50%
G=32.78%
B=34.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352372510.060.0600.02232.566.6795.29
HexEBEDFB6602e8435f
Octal3533553736602350103137
Binary1110101111101101111110111101100101110100010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDFB; }

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

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

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

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

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

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

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

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