#EDF0F3

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

Shades of Solitude #EDF0F3

Tints of Solitude #EDF0F3

Color information

#EDF0F3 (or 0xEDF0F3) is unknown color: approx Solitude. HEX triplet: ED, F0 and F3. RGB value is (237,240,243). Sum of RGB (Red+Green+Blue) = 237+240+243=720 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.92% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 243 (95.31% from 255 or 33.75% from 720); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDF0F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F3 is #120F0C. Grayscale: #EFEFEF. Windows color (decimal): -1183501 or 15986925. OLE color: 15986925.

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

Color convert

RGB237240243-
CMYK0.020.0100.05
HSL210º20%94.12%-
HSV(B)210º2.47%95.29%-
XYZ82.2686.897.21-
YUV239.44130.01126.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.92%
GREEN value IS 240 (94.14% from 255) = 33.33%
BLUE value IS 243 (95.31% from 255) = 33.75%
R=32.92%
G=33.33%
B=33.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372402430.020.0100.052102094.12
HexEDF0F32105d2145e
Octal355360363210532224136
Binary111011011111000011110011101010111010010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0F3; }

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

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

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

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

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

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

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

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