#E1ECFB

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

Shades of Solitude #E1ECFB

Tints of Solitude #E1ECFB

Color information

#E1ECFB (or 0xE1ECFB) is unknown color: approx Solitude. HEX triplet: E1, EC and FB. RGB value is (225,236,251). Sum of RGB (Red+Green+Blue) = 225+236+251=712 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.60% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECFB is #1E1304. Grayscale: #EAEAEA. Windows color (decimal): -1970949 or 16510177. OLE color: 16510177.

HSL color Cylindrical-coordinate representation of color #E1ECFB: hue angle of 214.62º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1ECFB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225236251-
CMYK0.100.0600.02
HSL214.62º76.47%93.33%-
HSV(B)214.62º10.36%98.43%-
XYZ78.4682.96103.15-
YUV234.42137.36121.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.60%
GREEN value IS 236 (92.58% from 255) = 33.15%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=31.60%
G=33.15%
B=35.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252362510.100.0600.02214.6276.4793.33
HexE1ECFBA602d74c5d
Octal34135437312602327114135
Binary11100001111011001111101110101100101101011110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ECFB; }

 p { color: rgb(225,236,251); }

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

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

 a { background-color: rgb(225,236,251); }

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

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

 span { border-color: rgb(225,236,251); }

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