#EBECF0

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

Shades of Solitude #EBECF0

Tints of Solitude #EBECF0

Color information

#EBECF0 (or 0xEBECF0) is unknown color: approx Solitude. HEX triplet: EB, EC and F0. RGB value is (235,236,240). Sum of RGB (Red+Green+Blue) = 235+236+240=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF0 is #14130F. Grayscale: #ECECEC. Windows color (decimal): -1315600 or 15789291. OLE color: 15789291.

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

Color convert

RGB235236240-
CMYK0.020.0200.06
HSL228º14.29%93.14%-
HSV(B)228º2.08%94.12%-
XYZ79.9883.9494.43-
YUV236.16130.17127.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.05%
GREEN value IS 236 (92.58% from 255) = 33.19%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=33.05%
G=33.19%
B=33.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352362400.020.0200.0622814.2993.14
HexEBECF02206e4e5d
Octal353354360220634416135
Binary111010111110110011110000101001101110010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECF0; }

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

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

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

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

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

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

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

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