#EDEBFD

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

Shades of Lavender #EDEBFD

Tints of Lavender #EDEBFD

Color information

#EDEBFD (or 0xEDEBFD) is unknown color: approx Lavender. HEX triplet: ED, EB and FD. RGB value is (237,235,253). Sum of RGB (Red+Green+Blue) = 237+235+253=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDEBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBFD is #121402. Grayscale: #EDEDED. Windows color (decimal): -1184771 or 16641005. OLE color: 16641005.

HSL color Cylindrical-coordinate representation of color #EDEBFD: hue angle of 246.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEBFD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237235253-
CMYK0.060.0700.01
HSL246.67º81.82%95.69%-
HSV(B)246.67º7.11%99.22%-
XYZ82.3684.51104.9-
YUV237.65136.66127.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.69%
GREEN value IS 235 (92.19% from 255) = 32.41%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=32.69%
G=32.41%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372352530.060.0700.01246.6781.8295.69
HexEDEBFD6701f75260
Octal3553533756701367122140
Binary111011011110101111111101110111011111011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBFD; }

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

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

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

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

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

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

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

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