#EBEEF7

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

Shades of Solitude #EBEEF7

Tints of Solitude #EBEEF7

Color information

#EBEEF7 (or 0xEBEEF7) is unknown color: approx Solitude. HEX triplet: EB, EE and F7. RGB value is (235,238,247). Sum of RGB (Red+Green+Blue) = 235+238+247=720 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.64% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBEEF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEF7 is #141108. Grayscale: #EEEEEE. Windows color (decimal): -1315081 or 16248555. OLE color: 16248555.

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

Color convert

RGB235238247-
CMYK0.050.0400.03
HSL225º42.86%94.51%-
HSV(B)225º4.86%96.86%-
XYZ81.6285.53100.2-
YUV238.13133.01125.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.64%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 247 (96.88% from 255) = 34.31%
R=32.64%
G=33.06%
B=34.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352382470.050.0400.0322542.8694.51
HexEBEEF75403e12b5f
Octal353356367540334153137
Binary111010111110111011110111101100011111000011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEF7; }

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

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

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

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

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

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

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

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