#EDEFF3

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

Shades of Solitude #EDEFF3

Tints of Solitude #EDEFF3

Color information

#EDEFF3 (or 0xEDEFF3) is unknown color: approx Solitude. HEX triplet: ED, EF and F3. RGB value is (237,239,243). Sum of RGB (Red+Green+Blue) = 237+239+243=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 239 (93.75% from 255 or 33.24% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDEFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF3 is #12100C. Grayscale: #EEEEEE. Windows color (decimal): -1183757 or 15986669. OLE color: 15986669.

HSL color Cylindrical-coordinate representation of color #EDEFF3: hue angle of 220º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEFF3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237239243-
CMYK0.020.0200.05
HSL220º20%94.12%-
HSV(B)220º2.47%95.29%-
XYZ81.9786.2197.11-
YUV238.86130.34126.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.96%
GREEN value IS 239 (93.75% from 255) = 33.24%
BLUE value IS 243 (95.31% from 255) = 33.80%
R=32.96%
G=33.24%
B=33.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372392430.020.0200.052202094.12
HexEDEFF32205dc145e
Octal355357363220533424136
Binary1110110111101111111100111010010111011100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEFF3; }

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

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

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

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

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

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

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

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