#EDF0FE

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

Shades of Lavender #EDF0FE

Tints of Lavender #EDF0FE

Color information

#EDF0FE (or 0xEDF0FE) is unknown color: approx Lavender. HEX triplet: ED, F0 and FE. RGB value is (237,240,254). Sum of RGB (Red+Green+Blue) = 237+240+254=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 240 (94.14% from 255 or 32.83% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0FE is #120F01. Grayscale: #F0F0F0. Windows color (decimal): -1183490 or 16707821. OLE color: 16707821.

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

Color convert

RGB237240254-
CMYK0.070.0600.00
HSL229.41º89.47%96.27%-
HSV(B)229.41º6.69%99.61%-
XYZ83.9787.48106.23-
YUV240.7135.51125.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.42%
GREEN value IS 240 (94.14% from 255) = 32.83%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=32.42%
G=32.83%
B=34.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372402540.070.0600.00229.4189.4796.27
HexEDF0FE7600e55960
Octal3553603767600345131140
Binary111011011111000011111110111110001110010110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0FE; }

 p { color: rgb(237,240,254); }

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

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

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

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

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

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

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