#EAFFD4

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

Shades of Panache #EAFFD4

Tints of Panache #EAFFD4

Color information

#EAFFD4 (or 0xEAFFD4) is unknown color: approx Panache. HEX triplet: EA, FF and D4. RGB value is (234,255,212). Sum of RGB (Red+Green+Blue) = 234+255+212=701 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.38% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 212 (83.20% from 255 or 30.24% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFD4 is #15002B. Grayscale: #F3F3F3. Windows color (decimal): -1376300 or 13959146. OLE color: 13959146.

HSL color Cylindrical-coordinate representation of color #EAFFD4: hue angle of 89.3º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAFFD4 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB234255212-
CMYK0.0800.170
HSL89.3º100%91.57%-
HSV(B)89.3º16.86%100%-
XYZ81.5893.7776.09-
YUV243.82110.04121-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.38%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 212 (83.20% from 255) = 30.24%
R=33.38%
G=36.38%
B=30.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552120.0800.17089.310091.57
HexEAFFD48011059645c
Octal352377324100210131144134
Binary11101010111111111101010010000100010101100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFD4; }

 p { color: rgb(234,255,212); }

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

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

 a { background-color: rgb(234,255,212); }

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

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

 span { border-color: rgb(234,255,212); }

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