#EBEDF5

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

Shades of Solitude #EBEDF5

Tints of Solitude #EBEDF5

Color information

#EBEDF5 (or 0xEBEDF5) is unknown color: approx Solitude. HEX triplet: EB, ED and F5. RGB value is (235,237,245). Sum of RGB (Red+Green+Blue) = 235+237+245=717 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.78% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBEDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDF5 is #14120A. Grayscale: #EDEDED. Windows color (decimal): -1315339 or 16117227. OLE color: 16117227.

HSL color Cylindrical-coordinate representation of color #EBEDF5: hue angle of 228º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBEDF5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235237245-
CMYK0.040.0300.04
HSL228º33.33%94.12%-
HSV(B)228º4.08%96.08%-
XYZ81.0384.8298.49-
YUV237.31132.34126.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.78%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 245 (96.09% from 255) = 34.17%
R=32.78%
G=33.05%
B=34.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352372450.040.0300.0422833.3394.12
HexEBEDF54304e4215e
Octal353355365430434441136
Binary111010111110110111110101100110100111001001000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDF5; }

 p { color: rgb(235,237,245); }

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

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

 a { background-color: rgb(235,237,245); }

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

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

 span { border-color: rgb(235,237,245); }

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