#EBEEF8

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

Shades of Solitude #EBEEF8

Tints of Solitude #EBEEF8

Color information

#EBEEF8 (or 0xEBEEF8) is unknown color: approx Solitude. HEX triplet: EB, EE and F8. RGB value is (235,238,248). Sum of RGB (Red+Green+Blue) = 235+238+248=721 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.59% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBEEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEF8 is #141107. Grayscale: #EEEEEE. Windows color (decimal): -1315080 or 16314091. OLE color: 16314091.

HSL color Cylindrical-coordinate representation of color #EBEEF8: hue angle of 226.15º degrees, saturation: 0.48, 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 #EBEEF8 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235238248-
CMYK0.050.0400.03
HSL226.15º48.15%94.71%-
HSV(B)226.15º5.24%97.25%-
XYZ81.7885.59101.02-
YUV238.24133.51125.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.59%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 248 (97.27% from 255) = 34.40%
R=32.59%
G=33.01%
B=34.40%

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
Decimal2352382480.050.0400.03226.1548.1594.71
HexEBEEF85403e2305f
Octal353356370540334260137
Binary111010111110111011111000101100011111000101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEF8; }

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

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

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

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

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

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

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

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