#EDEBF8

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

Shades of Lavender #EDEBF8

Tints of Lavender #EDEBF8

Color information

#EDEBF8 (or 0xEDEBF8) is unknown color: approx Lavender. HEX triplet: ED, EB and F8. RGB value is (237,235,248). Sum of RGB (Red+Green+Blue) = 237+235+248=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 235 (92.19% from 255 or 32.64% from 720); Blue value is 248 (97.27% from 255 or 34.44% from 720); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDEBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBF8 is #121407. Grayscale: #EDEDED. Windows color (decimal): -1184776 or 16313325. OLE color: 16313325.

HSL color Cylindrical-coordinate representation of color #EDEBF8: hue angle of 249.23º degrees, saturation: 0.48, 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 #EDEBF8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237235248-
CMYK0.040.0500.03
HSL249.23º48.15%94.71%-
HSV(B)249.23º5.24%97.25%-
XYZ81.5884.2100.76-
YUV237.08134.16127.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 235 (92.19% from 255) = 32.64%
BLUE value IS 248 (97.27% from 255) = 34.44%
R=32.92%
G=32.64%
B=34.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372352480.040.0500.03249.2348.1594.71
HexEDEBF84503f9305f
Octal355353370450337160137
Binary111011011110101111111000100101011111110011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBF8; }

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

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

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

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

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

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

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

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