#EAFCD6

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

Shades of Panache #EAFCD6

Tints of Panache #EAFCD6

Color information

#EAFCD6 (or 0xEAFCD6) is unknown color: approx Panache. HEX triplet: EA, FC and D6. RGB value is (234,252,214). Sum of RGB (Red+Green+Blue) = 234+252+214=700 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.43% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 214 (83.98% from 255 or 30.57% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCD6 is #150329. Grayscale: #F2F2F2. Windows color (decimal): -1377066 or 14089450. OLE color: 14089450.

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

Color convert

RGB234252214-
CMYK0.0700.150.01
HSL88.42º86.36%91.37%-
HSV(B)88.42º15.08%98.82%-
XYZ80.8891.9777.11-
YUV242.29112.04122.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.43%
GREEN value IS 252 (98.83% from 255) = 36%
BLUE value IS 214 (83.98% from 255) = 30.57%
R=33.43%
G=36%
B=30.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522140.0700.150.0188.4286.3691.37
HexEAFCD670F158565b
Octal35237432670171130126133
Binary111010101111110011010110111011111101100010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCD6; }

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

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

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

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

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

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

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

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