#E7F0F0

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

Shades of Zircon #E7F0F0

Tints of Zircon #E7F0F0

Color information

#E7F0F0 (or 0xE7F0F0) is unknown color: approx Zircon. HEX triplet: E7, F0 and F0. RGB value is (231,240,240). Sum of RGB (Red+Green+Blue) = 231+240+240=711 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.49% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #E7F0F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F0F0 is #180F0F. Grayscale: #EDEDED. Windows color (decimal): -1576720 or 15790311. OLE color: 15790311.

HSL color Cylindrical-coordinate representation of color #E7F0F0: hue angle of 180º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7F0F0 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB231240240-
CMYK0.04000.06
HSL180º23.08%92.35%-
HSV(B)180º3.75%94.12%-
XYZ79.8485.694.75-
YUV237.31129.52123.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.49%
GREEN value IS 240 (94.14% from 255) = 33.76%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=32.49%
G=33.76%
B=33.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2312402400.04000.0618023.0892.35
HexE7F0F04006b4175c
Octal347360360400626427134
Binary1110011111110000111100001000011010110100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F0F0; }

 p { color: rgb(231,240,240); }

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

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

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

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

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

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

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