#EDEFF7

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

Shades of Solitude #EDEFF7

Tints of Solitude #EDEFF7

Color information

#EDEFF7 (or 0xEDEFF7) is unknown color: approx Solitude. HEX triplet: ED, EF and F7. RGB value is (237,239,247). Sum of RGB (Red+Green+Blue) = 237+239+247=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 247 (96.88% from 255 or 34.16% from 723); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDEFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF7 is #121008. Grayscale: #EFEFEF. Windows color (decimal): -1183753 or 16248813. OLE color: 16248813.

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

Color convert

RGB237239247-
CMYK0.040.0300.03
HSL228º38.46%94.9%-
HSV(B)228º4.05%96.86%-
XYZ82.5886.45100.33-
YUV239.31132.34126.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.78%
GREEN value IS 239 (93.75% from 255) = 33.06%
BLUE value IS 247 (96.88% from 255) = 34.16%
R=32.78%
G=33.06%
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
Decimal2372392470.040.0300.0322838.4694.9
HexEDEFF74303e4265f
Octal355357367430334446137
Binary11101101111011111111011110011011111001001001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFF7; }

 p { color: rgb(237,239,247); }

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

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

 a { background-color: rgb(237,239,247); }

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

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

 span { border-color: rgb(237,239,247); }

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