#E5EFFC

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

Shades of Solitude #E5EFFC

Tints of Solitude #E5EFFC

Color information

#E5EFFC (or 0xE5EFFC) is unknown color: approx Solitude. HEX triplet: E5, EF and FC. RGB value is (229,239,252). Sum of RGB (Red+Green+Blue) = 229+239+252=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFFC is #1A1003. Grayscale: #EDEDED. Windows color (decimal): -1708036 or 16576485. OLE color: 16576485.

HSL color Cylindrical-coordinate representation of color #E5EFFC: hue angle of 213.91º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5EFFC is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229239252-
CMYK0.090.0500.01
HSL213.91º79.31%94.31%-
HSV(B)213.91º9.13%98.82%-
XYZ80.7585.42104.33-
YUV237.49136.19121.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.81%
GREEN value IS 239 (93.75% from 255) = 33.19%
BLUE value IS 252 (98.83% from 255) = 35%
R=31.81%
G=33.19%
B=35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292392520.090.0500.01213.9179.3194.31
HexE5EFFC9501d64f5e
Octal34535737411501326117136
Binary1110010111101111111111001001101011101011010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EFFC; }

 p { color: rgb(229,239,252); }

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

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

 a { background-color: rgb(229,239,252); }

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

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

 span { border-color: rgb(229,239,252); }

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