#ECEDF0

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

Shades of Solitude #ECEDF0

Tints of Solitude #ECEDF0

Color information

#ECEDF0 (or 0xECEDF0) is unknown color: approx Solitude. HEX triplet: EC, ED and F0. RGB value is (236,237,240). Sum of RGB (Red+Green+Blue) = 236+237+240=713 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.10% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDF0 is #13120F. Grayscale: #EDEDED. Windows color (decimal): -1249808 or 15789548. OLE color: 15789548.

HSL color Cylindrical-coordinate representation of color #ECEDF0: hue angle of 225º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECEDF0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236237240-
CMYK0.020.0100.06
HSL225º11.76%93.33%-
HSV(B)225º1.67%94.12%-
XYZ80.684.6994.54-
YUV237.04129.67127.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.10%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=33.10%
G=33.24%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362372400.020.0100.0622511.7693.33
HexECEDF02106e1c5d
Octal354355360210634114135
Binary11101100111011011111000010101101110000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEDF0; }

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

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

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

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

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

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

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

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