#EAF6E7

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

Shades of Panache #EAF6E7

Tints of Panache #EAF6E7

Color information

#EAF6E7 (or 0xEAF6E7) is unknown color: approx Panache. HEX triplet: EA, F6 and E7. RGB value is (234,246,231). Sum of RGB (Red+Green+Blue) = 234+246+231=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 246 (96.48% from 255 or 34.60% from 711); Blue value is 231 (90.62% from 255 or 32.49% from 711); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6E7 is #150918. Grayscale: #F0F0F0. Windows color (decimal): -1378585 or 15202026. OLE color: 15202026.

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

Color convert

RGB234246231-
CMYK0.0500.060.04
HSL108º45.45%93.53%-
HSV(B)108º6.1%96.47%-
XYZ81.3189.1788.53-
YUV240.7122.52123.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.91%
GREEN value IS 246 (96.48% from 255) = 34.60%
BLUE value IS 231 (90.62% from 255) = 32.49%
R=32.91%
G=34.60%
B=32.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462310.0500.060.0410845.4593.53
HexEAF6E750646c2d5e
Octal352366347506415455136
Binary111010101111011011100111101011010011011001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6E7; }

 p { color: rgb(234,246,231); }

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

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

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

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

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

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

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