#EBF2FE

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

Shades of Solitude #EBF2FE

Tints of Solitude #EBF2FE

Color information

#EBF2FE (or 0xEBF2FE) is unknown color: approx Solitude. HEX triplet: EB, F2 and FE. RGB value is (235,242,254). Sum of RGB (Red+Green+Blue) = 235+242+254=731 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.15% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2FE is #140D01. Grayscale: #F1F1F1. Windows color (decimal): -1314050 or 16708331. OLE color: 16708331.

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

Color convert

RGB235242254-
CMYK0.070.0500.00
HSL217.89º90.48%95.88%-
HSV(B)217.89º7.48%99.61%-
XYZ83.988.32106.39-
YUV241.28135.18123.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.15%
GREEN value IS 242 (94.92% from 255) = 33.11%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=32.15%
G=33.11%
B=34.75%

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
Decimal2352422540.070.0500.00217.8990.4895.88
HexEBF2FE7500da5a60
Octal3533623767500332132140
Binary111010111111001011111110111101001101101010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2FE; }

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

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

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

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

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

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

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

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