#EAFFD6

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

Shades of Panache #EAFFD6

Tints of Panache #EAFFD6

Color information

#EAFFD6 (or 0xEAFFD6) is unknown color: approx Panache. HEX triplet: EA, FF and D6. RGB value is (234,255,214). Sum of RGB (Red+Green+Blue) = 234+255+214=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 255 (100% from 255 or 36.27% from 703); Blue value is 214 (83.98% from 255 or 30.44% from 703); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFD6 is #150029. Grayscale: #F4F4F4. Windows color (decimal): -1376298 or 14090218. OLE color: 14090218.

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

Color convert

RGB234255214-
CMYK0.0800.160
HSL90.73º100%91.96%-
HSV(B)90.73º16.08%100%-
XYZ81.8393.8777.42-
YUV244.05111.04120.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.29%
GREEN value IS 255 (100% from 255) = 36.27%
BLUE value IS 214 (83.98% from 255) = 30.44%
R=33.29%
G=36.27%
B=30.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552140.0800.16090.7310091.96
HexEAFFD6801005b645c
Octal352377326100200133144134
Binary11101010111111111101011010000100000101101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFD6; }

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

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

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

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

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

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

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

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