#EDF0F8

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

Shades of Solitude #EDF0F8

Tints of Solitude #EDF0F8

Color information

#EDF0F8 (or 0xEDF0F8) is unknown color: approx Solitude. HEX triplet: ED, F0 and F8. RGB value is (237,240,248). Sum of RGB (Red+Green+Blue) = 237+240+248=725 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.69% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDF0F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F8 is #120F07. Grayscale: #EFEFEF. Windows color (decimal): -1183496 or 16314605. OLE color: 16314605.

HSL color Cylindrical-coordinate representation of color #EDF0F8: hue angle of 223.64º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF0F8 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237240248-
CMYK0.040.0300.03
HSL223.64º44%95.1%-
HSV(B)223.64º4.44%97.25%-
XYZ83.0387.1101.24-
YUV240.02132.51125.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.69%
GREEN value IS 240 (94.14% from 255) = 33.10%
BLUE value IS 248 (97.27% from 255) = 34.21%
R=32.69%
G=33.10%
B=34.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372402480.040.0300.03223.644495.1
HexEDF0F84303e02c5f
Octal355360370430334054137
Binary11101101111100001111100010011011111000001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0F8; }

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

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

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

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

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

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

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

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