#EAF8E6

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

Shades of Panache #EAF8E6

Tints of Panache #EAF8E6

Color information

#EAF8E6 (or 0xEAF8E6) is unknown color: approx Panache. HEX triplet: EA, F8 and E6. RGB value is (234,248,230). Sum of RGB (Red+Green+Blue) = 234+248+230=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 248 (97.27% from 255 or 34.83% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8E6 is #150719. Grayscale: #F1F1F1. Windows color (decimal): -1378074 or 15137002. OLE color: 15137002.

HSL color Cylindrical-coordinate representation of color #EAF8E6: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAF8E6 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB234248230-
CMYK0.0600.070.03
HSL106.67º56.25%93.73%-
HSV(B)106.67º7.26%97.25%-
XYZ81.7890.3487.99-
YUV241.76121.36122.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 248 (97.27% from 255) = 34.83%
BLUE value IS 230 (90.23% from 255) = 32.30%
R=32.87%
G=34.83%
B=32.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482300.0600.070.03106.6756.2593.73
HexEAF8E660736b385e
Octal352370346607315370136
Binary11101010111110001110011011001111111010111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8E6; }

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

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

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

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

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

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

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

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