#EBECF1

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

Shades of Solitude #EBECF1

Tints of Solitude #EBECF1

Color information

#EBECF1 (or 0xEBECF1) is unknown color: approx Solitude. HEX triplet: EB, EC and F1. RGB value is (235,236,241). Sum of RGB (Red+Green+Blue) = 235+236+241=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBECF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECF1 is #14130E. Grayscale: #ECECEC. Windows color (decimal): -1315599 or 15854827. OLE color: 15854827.

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

Color convert

RGB235236241-
CMYK0.020.0200.05
HSL230º17.65%93.33%-
HSV(B)230º2.49%94.51%-
XYZ80.138495.21-
YUV236.27130.67127.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.01%
GREEN value IS 236 (92.58% from 255) = 33.15%
BLUE value IS 241 (94.53% from 255) = 33.85%
R=33.01%
G=33.15%
B=33.85%

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
Decimal2352362410.020.0200.0523017.6593.33
HexEBECF12205e6125d
Octal353354361220534622135
Binary1110101111101100111100011010010111100110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECF1; }

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

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

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

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

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

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

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

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