#EDEFFD

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

Shades of Lavender #EDEFFD

Tints of Lavender #EDEFFD

Color information

#EDEFFD (or 0xEDEFFD) is unknown color: approx Lavender. HEX triplet: ED, EF and FD. RGB value is (237,239,253). Sum of RGB (Red+Green+Blue) = 237+239+253=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 239 (93.75% from 255 or 32.78% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDEFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFFD is #121002. Grayscale: #EFEFEF. Windows color (decimal): -1183747 or 16642029. OLE color: 16642029.

HSL color Cylindrical-coordinate representation of color #EDEFFD: hue angle of 232.5º 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 #EDEFFD is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237239253-
CMYK0.060.0600.01
HSL232.5º80%96.08%-
HSV(B)232.5º6.32%99.22%-
XYZ83.5286.83105.29-
YUV240135.34125.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.51%
GREEN value IS 239 (93.75% from 255) = 32.78%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=32.51%
G=32.78%
B=34.71%

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
Decimal2372392530.060.0600.01232.58096.08
HexEDEFFD6601e85060
Octal3553573756601350120140
Binary111011011110111111111101110110011110100010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFFD; }

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

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

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

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

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

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

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

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