#E0ECF8

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

Shades of Solitude #E0ECF8

Tints of Solitude #E0ECF8

Color information

#E0ECF8 (or 0xE0ECF8) is unknown color: approx Solitude. HEX triplet: E0, EC and F8. RGB value is (224,236,248). Sum of RGB (Red+Green+Blue) = 224+236+248=708 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.64% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 248 (97.27% from 255 or 35.03% from 708); Max value from RGB is 248 - color contains mainly: blue. Hex color #E0ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECF8 is #1F1307. Grayscale: #E9E9E9. Windows color (decimal): -2036488 or 16313568. OLE color: 16313568.

HSL color Cylindrical-coordinate representation of color #E0ECF8: hue angle of 210º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0ECF8 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB224236248-
CMYK0.100.0500.03
HSL210º63.16%92.55%-
HSV(B)210º9.68%97.25%-
XYZ77.6882.62100.66-
YUV233.78136.02121.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.64%
GREEN value IS 236 (92.58% from 255) = 33.33%
BLUE value IS 248 (97.27% from 255) = 35.03%
R=31.64%
G=33.33%
B=35.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242362480.100.0500.0321063.1692.55
HexE0ECF8A503d23f5d
Octal3403543701250332277135
Binary1110000011101100111110001010101011110100101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ECF8; }

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

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

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

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

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

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

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

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