#EAFCE6

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

Shades of Panache #EAFCE6

Tints of Panache #EAFCE6

Color information

#EAFCE6 (or 0xEAFCE6) is unknown color: approx Panache. HEX triplet: EA, FC and E6. RGB value is (234,252,230). Sum of RGB (Red+Green+Blue) = 234+252+230=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 230 (90.23% from 255 or 32.12% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCE6 is #150319. Grayscale: #F4F4F4. Windows color (decimal): -1377050 or 15138026. OLE color: 15138026.

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

Color convert

RGB234252230-
CMYK0.0700.090.01
HSL109.09º78.57%94.51%-
HSV(B)109.09º8.73%98.82%-
XYZ83.0392.8388.4-
YUV244.11120.04120.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.68%
GREEN value IS 252 (98.83% from 255) = 35.20%
BLUE value IS 230 (90.23% from 255) = 32.12%
R=32.68%
G=35.20%
B=32.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522300.0700.090.01109.0978.5794.51
HexEAFCE670916d4f5f
Octal35237434670111155117137
Binary111010101111110011100110111010011110110110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCE6; }

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

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

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

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

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

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

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

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