#EBEEF0

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

Shades of Solitude #EBEEF0

Tints of Solitude #EBEEF0

Color information

#EBEEF0 (or 0xEBEEF0) is unknown color: approx Solitude. HEX triplet: EB, EE and F0. RGB value is (235,238,240). Sum of RGB (Red+Green+Blue) = 235+238+240=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 238 (93.36% from 255 or 33.38% 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 #EBEEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEF0 is #14110F. Grayscale: #EDEDED. Windows color (decimal): -1315088 or 15789803. OLE color: 15789803.

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

Color convert

RGB235238240-
CMYK0.020.0100.06
HSL204º14.29%93.14%-
HSV(B)204º2.08%94.12%-
XYZ80.5685.194.62-
YUV237.33129.51126.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=32.96%
G=33.38%
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
Decimal2352382400.020.0100.0620414.2993.14
HexEBEEF02106cce5d
Octal353356360210631416135
Binary11101011111011101111000010101101100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEF0; }

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

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

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

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

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

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

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

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