#EDF2FA

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

Shades of Solitude #EDF2FA

Tints of Solitude #EDF2FA

Color information

#EDF2FA (or 0xEDF2FA) is unknown color: approx Solitude. HEX triplet: ED, F2 and FA. RGB value is (237,242,250). Sum of RGB (Red+Green+Blue) = 237+242+250=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 242 (94.92% from 255 or 33.20% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2FA is #120D05. Grayscale: #F1F1F1. Windows color (decimal): -1182982 or 16446189. OLE color: 16446189.

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

Color convert

RGB237242250-
CMYK0.050.0300.02
HSL216.92º56.52%95.49%-
HSV(B)216.92º5.2%98.04%-
XYZ83.9388.41103.08-
YUV241.42132.84124.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.51%
GREEN value IS 242 (94.92% from 255) = 33.20%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=32.51%
G=33.20%
B=34.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372422500.050.0300.02216.9256.5295.49
HexEDF2FA5302d9395f
Octal355362372530233171137
Binary11101101111100101111101010111010110110011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2FA; }

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

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

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

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

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

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

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

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