#E7EDFE

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

Shades of Solitude #E7EDFE

Tints of Solitude #E7EDFE

Color information

#E7EDFE (or 0xE7EDFE) is unknown color: approx Solitude. HEX triplet: E7, ED and FE. RGB value is (231,237,254). Sum of RGB (Red+Green+Blue) = 231+237+254=722 (95% of max value = 765). Red value is 231 (90.62% from 255 or 31.99% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDFE is #181201. Grayscale: #EDEDED. Windows color (decimal): -1577474 or 16707047. OLE color: 16707047.

HSL color Cylindrical-coordinate representation of color #E7EDFE: hue angle of 224.35º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7EDFE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231237254-
CMYK0.090.0700.00
HSL224.35º92%95.1%-
HSV(B)224.35º9.06%99.61%-
XYZ81.1384.71105.84-
YUV237.14137.51123.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 31.99%
GREEN value IS 237 (92.97% from 255) = 32.83%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=31.99%
G=32.83%
B=35.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312372540.090.0700.00224.359295.1
HexE7EDFE9700e05c5f
Octal34735537611700340134137
Binary1110011111101101111111101001111001110000010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDFE; }

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

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

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

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

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

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

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

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