#E0EEFC

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

Shades of Solitude #E0EEFC

Tints of Solitude #E0EEFC

Color information

#E0EEFC (or 0xE0EEFC) is unknown color: approx Solitude. HEX triplet: E0, EE and FC. RGB value is (224,238,252). Sum of RGB (Red+Green+Blue) = 224+238+252=714 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.37% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EEFC is #1F1103. Grayscale: #EBEBEB. Windows color (decimal): -2035972 or 16576224. OLE color: 16576224.

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

Color convert

RGB224238252-
CMYK0.110.0600.01
HSL210º82.35%93.33%-
HSV(B)210º11.11%98.82%-
XYZ78.8984.02104.16-
YUV235.41137.36119.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.37%
GREEN value IS 238 (93.36% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=31.37%
G=33.33%
B=35.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242382520.110.0600.0121082.3593.33
HexE0EEFCB601d2525d
Octal34035637413601322122135
Binary1110000011101110111111001011110011101001010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EEFC; }

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

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

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

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

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

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

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

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