#EDF2FB

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

Shades of Solitude #EDF2FB

Tints of Solitude #EDF2FB

Color information

#EDF2FB (or 0xEDF2FB) is unknown color: approx Solitude. HEX triplet: ED, F2 and FB. RGB value is (237,242,251). Sum of RGB (Red+Green+Blue) = 237+242+251=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 251 (98.44% from 255 or 34.38% from 730); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2FB is #120D04. Grayscale: #F1F1F1. Windows color (decimal): -1182981 or 16511725. OLE color: 16511725.

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

Color convert

RGB237242251-
CMYK0.060.0400.02
HSL218.57º63.64%95.69%-
HSV(B)218.57º5.58%98.43%-
XYZ84.0988.47103.91-
YUV241.53133.34124.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.47%
GREEN value IS 242 (94.92% from 255) = 33.15%
BLUE value IS 251 (98.44% from 255) = 34.38%
R=32.47%
G=33.15%
B=34.38%

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
Decimal2372422510.060.0400.02218.5763.6495.69
HexEDF2FB6402db4060
Octal3553623736402333100140
Binary1110110111110010111110111101000101101101110000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2FB; }

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

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

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

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

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

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

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

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