#E0EEFB

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

Shades of Solitude #E0EEFB

Tints of Solitude #E0EEFB

Color information

#E0EEFB (or 0xE0EEFB) is unknown color: approx Solitude. HEX triplet: E0, EE and FB. RGB value is (224,238,251). Sum of RGB (Red+Green+Blue) = 224+238+251=713 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.42% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EEFB is #1F1104. Grayscale: #EBEBEB. Windows color (decimal): -2035973 or 16510688. OLE color: 16510688.

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

Color convert

RGB224238251-
CMYK0.110.0500.02
HSL208.89º77.14%93.14%-
HSV(B)208.89º10.76%98.43%-
XYZ78.7383.96103.32-
YUV235.3136.86119.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.42%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=31.42%
G=33.38%
B=35.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242382510.110.0500.02208.8977.1493.14
HexE0EEFBB502d14d5d
Octal34035637313502321115135
Binary11100000111011101111101110111010101101000110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EEFB; }

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

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

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

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

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

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

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

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