#EBEDF3

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

Shades of Solitude #EBEDF3

Tints of Solitude #EBEDF3

Color information

#EBEDF3 (or 0xEBEDF3) is unknown color: approx Solitude. HEX triplet: EB, ED and F3. RGB value is (235,237,243). Sum of RGB (Red+Green+Blue) = 235+237+243=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBEDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDF3 is #14120C. Grayscale: #EDEDED. Windows color (decimal): -1315341 or 15986155. OLE color: 15986155.

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

Color convert

RGB235237243-
CMYK0.030.0200.05
HSL225º25%93.73%-
HSV(B)225º3.29%95.29%-
XYZ80.7284.796.89-
YUV237.09131.34126.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.87%
GREEN value IS 237 (92.97% from 255) = 33.15%
BLUE value IS 243 (95.31% from 255) = 33.99%
R=32.87%
G=33.15%
B=33.99%

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
Decimal2352372430.030.0200.052252593.73
HexEBEDF33205e1195e
Octal353355363320534131136
Binary1110101111101101111100111110010111100001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDF3; }

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

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

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

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

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

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

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

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