#EDEDFD

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

Shades of Lavender #EDEDFD

Tints of Lavender #EDEDFD

Color information

#EDEDFD (or 0xEDEDFD) is unknown color: approx Lavender. HEX triplet: ED, ED and FD. RGB value is (237,237,253). Sum of RGB (Red+Green+Blue) = 237+237+253=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEDFD is #121202. Grayscale: #EEEEEE. Windows color (decimal): -1184259 or 16641517. OLE color: 16641517.

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

Color convert

RGB237237253-
CMYK0.060.0600.01
HSL240º80%96.08%-
HSV(B)240º6.32%99.22%-
XYZ82.9485.66105.09-
YUV238.82136126.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.60%
GREEN value IS 237 (92.97% from 255) = 32.60%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=32.60%
G=32.60%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372372530.060.0600.012408096.08
HexEDEDFD6601f05060
Octal3553553756601360120140
Binary111011011110110111111101110110011111000010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEDFD; }

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

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

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

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

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

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

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

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