#ECEEF0

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

Shades of Solitude #ECEEF0

Tints of Solitude #ECEEF0

Color information

#ECEEF0 (or 0xECEEF0) is unknown color: approx Solitude. HEX triplet: EC, EE and F0. RGB value is (236,238,240). Sum of RGB (Red+Green+Blue) = 236+238+240=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECEEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEF0 is #13110F. Grayscale: #EDEDED. Windows color (decimal): -1249552 or 15789804. OLE color: 15789804.

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

Color convert

RGB236238240-
CMYK0.020.0100.06
HSL210º11.76%93.33%-
HSV(B)210º1.67%94.12%-
XYZ80.8985.2794.63-
YUV237.63129.34126.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.05%
GREEN value IS 238 (93.36% from 255) = 33.33%
BLUE value IS 240 (94.14% from 255) = 33.61%
R=33.05%
G=33.33%
B=33.61%

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
Decimal2362382400.020.0100.0621011.7693.33
HexECEEF02106d2c5d
Octal354356360210632214135
Binary11101100111011101111000010101101101001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEEF0; }

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

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

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

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

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

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

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

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