#EDEFFA

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

Shades of Lavender #EDEFFA

Tints of Lavender #EDEFFA

Color information

#EDEFFA (or 0xEDEFFA) is unknown color: approx Lavender. HEX triplet: ED, EF and FA. RGB value is (237,239,250). Sum of RGB (Red+Green+Blue) = 237+239+250=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFFA is #121005. Grayscale: #EFEFEF. Windows color (decimal): -1183750 or 16445421. OLE color: 16445421.

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

Color convert

RGB237239250-
CMYK0.050.0400.02
HSL230.77º56.52%95.49%-
HSV(B)230.77º5.2%98.04%-
XYZ83.0586.64102.79-
YUV239.66133.84126.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.64%
GREEN value IS 239 (93.75% from 255) = 32.92%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=32.64%
G=32.92%
B=34.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372392500.050.0400.02230.7756.5295.49
HexEDEFFA5402e7395f
Octal355357372540234771137
Binary111011011110111111111010101100010111001111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFFA; }

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

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

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

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

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

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

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

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