#EBF1FC

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

Shades of Solitude #EBF1FC

Tints of Solitude #EBF1FC

Color information

#EBF1FC (or 0xEBF1FC) is unknown color: approx Solitude. HEX triplet: EB, F1 and FC. RGB value is (235,241,252). Sum of RGB (Red+Green+Blue) = 235+241+252=728 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.28% from 728); Green value is 241 (94.53% from 255 or 33.10% from 728); Blue value is 252 (98.83% from 255 or 34.62% from 728); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBF1FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1FC is #140E03. Grayscale: #F0F0F0. Windows color (decimal): -1314308 or 16577003. OLE color: 16577003.

HSL color Cylindrical-coordinate representation of color #EBF1FC: hue angle of 218.82º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF1FC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235241252-
CMYK0.070.0400.01
HSL218.82º73.91%95.49%-
HSV(B)218.82º6.75%98.82%-
XYZ83.2987.6104.61-
YUV240.46134.51124.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.28%
GREEN value IS 241 (94.53% from 255) = 33.10%
BLUE value IS 252 (98.83% from 255) = 34.62%
R=32.28%
G=33.10%
B=34.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352412520.070.0400.01218.8273.9195.49
HexEBF1FC7401db4a5f
Octal3533613747401333112137
Binary111010111111000111111100111100011101101110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1FC; }

 p { color: rgb(235,241,252); }

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

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

 a { background-color: rgb(235,241,252); }

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

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

 span { border-color: rgb(235,241,252); }

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