#E7E9F2

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

Shades of Solitude #E7E9F2

Tints of Solitude #E7E9F2

Color information

#E7E9F2 (or 0xE7E9F2) is unknown color: approx Solitude. HEX triplet: E7, E9 and F2. RGB value is (231,233,242). Sum of RGB (Red+Green+Blue) = 231+233+242=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 242 (94.92% from 255 or 34.28% from 706); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7E9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E9F2 is #18160D. Grayscale: #E9E9E9. Windows color (decimal): -1578510 or 15919591. OLE color: 15919591.

HSL color Cylindrical-coordinate representation of color #E7E9F2: hue angle of 229.09º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7E9F2 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231233242-
CMYK0.050.0400.05
HSL229.09º29.73%92.75%-
HSV(B)229.09º4.55%94.9%-
XYZ78.1281.6895.65-
YUV233.43132.84126.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.72%
GREEN value IS 233 (91.41% from 255) = 33.00%
BLUE value IS 242 (94.92% from 255) = 34.28%
R=32.72%
G=33.00%
B=34.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312332420.050.0400.05229.0929.7392.75
HexE7E9F25405e51e5d
Octal347351362540534536135
Binary111001111110100111110010101100010111100101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E9F2; }

 p { color: rgb(231,233,242); }

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

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

 a { background-color: rgb(231,233,242); }

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

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

 span { border-color: rgb(231,233,242); }

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