#E0ECF9

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

Shades of Solitude #E0ECF9

Tints of Solitude #E0ECF9

Color information

#E0ECF9 (or 0xE0ECF9) is unknown color: approx Solitude. HEX triplet: E0, EC and F9. RGB value is (224,236,249). Sum of RGB (Red+Green+Blue) = 224+236+249=709 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.59% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0ECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECF9 is #1F1306. Grayscale: #E9E9E9. Windows color (decimal): -2036487 or 16379104. OLE color: 16379104.

HSL color Cylindrical-coordinate representation of color #E0ECF9: hue angle of 211.2º degrees, saturation: 0.68, 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 #E0ECF9 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224236249-
CMYK0.100.0500.02
HSL211.2º67.57%92.75%-
HSV(B)211.2º10.04%97.65%-
XYZ77.8382.68101.48-
YUV233.89136.52120.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.59%
GREEN value IS 236 (92.58% from 255) = 33.29%
BLUE value IS 249 (97.66% from 255) = 35.12%
R=31.59%
G=33.29%
B=35.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242362490.100.0500.02211.267.5792.75
HexE0ECF9A502d3445d
Octal34035437112502323104135
Binary11100000111011001111100110101010101101001110001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECF9; }

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

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

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

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

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

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

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

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