#EBEEF2

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

Shades of Solitude #EBEEF2

Tints of Solitude #EBEEF2

Color information

#EBEEF2 (or 0xEBEEF2) is unknown color: approx Solitude. HEX triplet: EB, EE and F2. RGB value is (235,238,242). Sum of RGB (Red+Green+Blue) = 235+238+242=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 238 (93.36% from 255 or 33.29% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEF2 is #14110D. Grayscale: #EDEDED. Windows color (decimal): -1315086 or 15920875. OLE color: 15920875.

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

Color convert

RGB235238242-
CMYK0.030.0200.05
HSL214.29º21.21%93.53%-
HSV(B)214.29º2.89%94.9%-
XYZ80.8685.2296.19-
YUV237.56130.51126.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 238 (93.36% from 255) = 33.29%
BLUE value IS 242 (94.92% from 255) = 33.85%
R=32.87%
G=33.29%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352382420.030.0200.05214.2921.2193.53
HexEBEEF23205d6155e
Octal353356362320532625136
Binary1110101111101110111100101110010111010110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEF2; }

 p { color: rgb(235,238,242); }

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

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

 a { background-color: rgb(235,238,242); }

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

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

 span { border-color: rgb(235,238,242); }

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