#EBF0F8

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

Shades of Solitude #EBF0F8

Tints of Solitude #EBF0F8

Color information

#EBF0F8 (or 0xEBF0F8) is unknown color: approx Solitude. HEX triplet: EB, F0 and F8. RGB value is (235,240,248). Sum of RGB (Red+Green+Blue) = 235+240+248=723 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.50% from 723); Green value is 240 (94.14% from 255 or 33.20% from 723); Blue value is 248 (97.27% from 255 or 34.30% from 723); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBF0F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0F8 is #140F07. Grayscale: #EFEFEF. Windows color (decimal): -1314568 or 16314603. OLE color: 16314603.

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

Color convert

RGB235240248-
CMYK0.050.0300.03
HSL216.92º48.15%94.71%-
HSV(B)216.92º5.24%97.25%-
XYZ82.3686.76101.21-
YUV239.42132.84124.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.50%
GREEN value IS 240 (94.14% from 255) = 33.20%
BLUE value IS 248 (97.27% from 255) = 34.30%
R=32.50%
G=33.20%
B=34.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352402480.050.0300.03216.9248.1594.71
HexEBF0F85303d9305f
Octal353360370530333160137
Binary11101011111100001111100010111011110110011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0F8; }

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

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

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

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

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

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

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

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