#EDF0FD

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

Shades of Lavender #EDF0FD

Tints of Lavender #EDF0FD

Color information

#EDF0FD (or 0xEDF0FD) is unknown color: approx Lavender. HEX triplet: ED, F0 and FD. RGB value is (237,240,253). Sum of RGB (Red+Green+Blue) = 237+240+253=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF0FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0FD is #120F02. Grayscale: #F0F0F0. Windows color (decimal): -1183491 or 16642285. OLE color: 16642285.

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

Color convert

RGB237240253-
CMYK0.060.0500.01
HSL228.75º80%96.08%-
HSV(B)228.75º6.32%99.22%-
XYZ83.8187.42105.38-
YUV240.58135.01125.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.47%
GREEN value IS 240 (94.14% from 255) = 32.88%
BLUE value IS 253 (99.22% from 255) = 34.66%
R=32.47%
G=32.88%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372402530.060.0500.01228.758096.08
HexEDF0FD6501e55060
Octal3553603756501345120140
Binary111011011111000011111101110101011110010110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0FD; }

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

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

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

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

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

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

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

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