#EDF1F8

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

Shades of Solitude #EDF1F8

Tints of Solitude #EDF1F8

Color information

#EDF1F8 (or 0xEDF1F8) is unknown color: approx Solitude. HEX triplet: ED, F1 and F8. RGB value is (237,241,248). Sum of RGB (Red+Green+Blue) = 237+241+248=726 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.64% from 726); Green value is 241 (94.53% from 255 or 33.20% from 726); Blue value is 248 (97.27% from 255 or 34.16% from 726); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDF1F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1F8 is #120E07. Grayscale: #F0F0F0. Windows color (decimal): -1183240 or 16314861. OLE color: 16314861.

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

Color convert

RGB237241248-
CMYK0.040.0300.03
HSL218.18º44%95.1%-
HSV(B)218.18º4.44%97.25%-
XYZ83.3287.69101.34-
YUV240.6132.17125.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.64%
GREEN value IS 241 (94.53% from 255) = 33.20%
BLUE value IS 248 (97.27% from 255) = 34.16%
R=32.64%
G=33.20%
B=34.16%

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
Decimal2372412480.040.0300.03218.184495.1
HexEDF1F84303da2c5f
Octal355361370430333254137
Binary11101101111100011111100010011011110110101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1F8; }

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

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

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

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

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

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

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

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