#EAF7DD

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

Shades of Panache #EAF7DD

Tints of Panache #EAF7DD

Color information

#EAF7DD (or 0xEAF7DD) is unknown color: approx Panache. HEX triplet: EA, F7 and DD. RGB value is (234,247,221). Sum of RGB (Red+Green+Blue) = 234+247+221=702 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.33% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7DD is #150822. Grayscale: #F0F0F0. Windows color (decimal): -1378339 or 14546922. OLE color: 14546922.

HSL color Cylindrical-coordinate representation of color #EAF7DD: hue angle of 90º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAF7DD is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB234247221-
CMYK0.0500.110.03
HSL90º61.9%91.76%-
HSV(B)90º10.53%96.86%-
XYZ80.2489.2381.4-
YUV240.15117.19123.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.33%
GREEN value IS 247 (96.88% from 255) = 35.19%
BLUE value IS 221 (86.72% from 255) = 31.48%
R=33.33%
G=35.19%
B=31.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472210.0500.110.039061.991.76
HexEAF7DD50B35a3e5c
Octal3523673355013313276134
Binary111010101111011111011101101010111110110101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7DD; }

 p { color: rgb(234,247,221); }

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

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

 a { background-color: rgb(234,247,221); }

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

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

 span { border-color: rgb(234,247,221); }

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