#E0ECFB

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

Shades of Solitude #E0ECFB

Tints of Solitude #E0ECFB

Color information

#E0ECFB (or 0xE0ECFB) is unknown color: approx Solitude. HEX triplet: E0, EC and FB. RGB value is (224,236,251). Sum of RGB (Red+Green+Blue) = 224+236+251=711 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.50% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECFB is #1F1304. Grayscale: #EAEAEA. Windows color (decimal): -2036485 or 16510176. OLE color: 16510176.

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

Color convert

RGB224236251-
CMYK0.110.0600.02
HSL213.33º77.14%93.14%-
HSV(B)213.33º10.76%98.43%-
XYZ78.1582.8103.13-
YUV234.12137.52120.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.50%
GREEN value IS 236 (92.58% from 255) = 33.19%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=31.50%
G=33.19%
B=35.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242362510.110.0600.02213.3377.1493.14
HexE0ECFBB602d54d5d
Octal34035437313602325115135
Binary11100000111011001111101110111100101101010110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECFB; }

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

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

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

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

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

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

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

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