#EAF6E6

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

Shades of Panache #EAF6E6

Tints of Panache #EAF6E6

Color information

#EAF6E6 (or 0xEAF6E6) is unknown color: approx Panache. HEX triplet: EA, F6 and E6. RGB value is (234,246,230). Sum of RGB (Red+Green+Blue) = 234+246+230=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6E6 is #150919. Grayscale: #F0F0F0. Windows color (decimal): -1378586 or 15136490. OLE color: 15136490.

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

Color convert

RGB234246230-
CMYK0.0500.070.04
HSL105º47.06%93.33%-
HSV(B)105º6.5%96.47%-
XYZ81.1789.1287.79-
YUV240.59122.02123.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.96%
GREEN value IS 246 (96.48% from 255) = 34.65%
BLUE value IS 230 (90.23% from 255) = 32.39%
R=32.96%
G=34.65%
B=32.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462300.0500.070.0410547.0693.33
HexEAF6E65074692f5d
Octal352366346507415157135
Binary111010101111011011100110101011110011010011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6E6; }

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

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

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

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

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

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

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

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