#EDF0FB

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

Shades of Solitude #EDF0FB

Tints of Solitude #EDF0FB

Color information

#EDF0FB (or 0xEDF0FB) is unknown color: approx Solitude. HEX triplet: ED, F0 and FB. RGB value is (237,240,251). Sum of RGB (Red+Green+Blue) = 237+240+251=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF0FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0FB is #120F04. Grayscale: #F0F0F0. Windows color (decimal): -1183493 or 16511213. OLE color: 16511213.

HSL color Cylindrical-coordinate representation of color #EDF0FB: hue angle of 227.14º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF0FB is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237240251-
CMYK0.060.0400.02
HSL227.14º63.64%95.69%-
HSV(B)227.14º5.58%98.43%-
XYZ83.587.29103.71-
YUV240.36134.01125.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.55%
GREEN value IS 240 (94.14% from 255) = 32.97%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=32.55%
G=32.97%
B=34.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372402510.060.0400.02227.1463.6495.69
HexEDF0FB6402e34060
Octal3553603736402343100140
Binary1110110111110000111110111101000101110001110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0FB; }

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

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

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

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

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

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

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

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