#EBF1FE

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

Shades of Solitude #EBF1FE

Tints of Solitude #EBF1FE

Color information

#EBF1FE (or 0xEBF1FE) is unknown color: approx Solitude. HEX triplet: EB, F1 and FE. RGB value is (235,241,254). Sum of RGB (Red+Green+Blue) = 235+241+254=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1FE is #140E01. Grayscale: #F0F0F0. Windows color (decimal): -1314306 or 16708075. OLE color: 16708075.

HSL color Cylindrical-coordinate representation of color #EBF1FE: hue angle of 221.05º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF1FE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235241254-
CMYK0.070.0500.00
HSL221.05º90.48%95.88%-
HSV(B)221.05º7.48%99.61%-
XYZ83.6187.73106.29-
YUV240.69135.51123.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.19%
GREEN value IS 241 (94.53% from 255) = 33.01%
BLUE value IS 254 (99.61% from 255) = 34.79%
R=32.19%
G=33.01%
B=34.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352412540.070.0500.00221.0590.4895.88
HexEBF1FE7500dd5a60
Octal3533613767500335132140
Binary111010111111000111111110111101001101110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1FE; }

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

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

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

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

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

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

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

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