#E7EDFC

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

Shades of Solitude #E7EDFC

Tints of Solitude #E7EDFC

Color information

#E7EDFC (or 0xE7EDFC) is unknown color: approx Solitude. HEX triplet: E7, ED and FC. RGB value is (231,237,252). Sum of RGB (Red+Green+Blue) = 231+237+252=720 (95% of max value = 765). Red value is 231 (90.62% from 255 or 32.08% from 720); Green value is 237 (92.97% from 255 or 32.92% 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 #E7EDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7EDFC is #181203. Grayscale: #ECECEC. Windows color (decimal): -1577476 or 16575975. OLE color: 16575975.

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

Color convert

RGB231237252-
CMYK0.080.0600.01
HSL222.86º77.78%94.71%-
HSV(B)222.86º8.33%98.82%-
XYZ80.8184.59104.16-
YUV236.92136.51123.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.08%
GREEN value IS 237 (92.97% from 255) = 32.92%
BLUE value IS 252 (98.83% from 255) = 35%
R=32.08%
G=32.92%
B=35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2312372520.080.0600.01222.8677.7894.71
HexE7EDFC8601df4e5f
Octal34735537410601337116137
Binary1110011111101101111111001000110011101111110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDFC; }

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

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

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

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

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

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

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

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