#E7EDFD

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

Shades of Solitude #E7EDFD

Tints of Solitude #E7EDFD

Color information

#E7EDFD (or 0xE7EDFD) is unknown color: approx Solitude. HEX triplet: E7, ED and FD. RGB value is (231,237,253). Sum of RGB (Red+Green+Blue) = 231+237+253=721 (95% of max value = 765). Red value is 231 (90.62% from 255 or 32.04% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDFD is #181202. Grayscale: #ECECEC. Windows color (decimal): -1577475 or 16641511. OLE color: 16641511.

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

Color convert

RGB231237253-
CMYK0.090.0600.01
HSL223.64º84.62%94.9%-
HSV(B)223.64º8.7%99.22%-
XYZ80.9784.65105-
YUV237.03137.01123.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.04%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=32.04%
G=32.87%
B=35.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312372530.090.0600.01223.6484.6294.9
HexE7EDFD9601e0555f
Octal34735537511601340125137
Binary1110011111101101111111011001110011110000010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDFD; }

 p { color: rgb(231,237,253); }

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

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

 a { background-color: rgb(231,237,253); }

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

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

 span { border-color: rgb(231,237,253); }

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