#EBEDF7

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

Shades of Lavender #EBEDF7

Tints of Lavender #EBEDF7

Color information

#EBEDF7 (or 0xEBEDF7) is unknown color: approx Lavender. HEX triplet: EB, ED and F7. RGB value is (235,237,247). Sum of RGB (Red+Green+Blue) = 235+237+247=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 247 (96.88% from 255 or 34.35% from 719); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBEDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDF7 is #141208. Grayscale: #EDEDED. Windows color (decimal): -1315337 or 16248299. OLE color: 16248299.

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

Color convert

RGB235237247-
CMYK0.050.0400.03
HSL230º42.86%94.51%-
HSV(B)230º4.86%96.86%-
XYZ81.3384.95100.11-
YUV237.54133.34126.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.68%
GREEN value IS 237 (92.97% from 255) = 32.96%
BLUE value IS 247 (96.88% from 255) = 34.35%
R=32.68%
G=32.96%
B=34.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352372470.050.0400.0323042.8694.51
HexEBEDF75403e62b5f
Octal353355367540334653137
Binary111010111110110111110111101100011111001101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDF7; }

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

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

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

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

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

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

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

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