#EAFEDD

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

Shades of Panache #EAFEDD

Tints of Panache #EAFEDD

Color information

#EAFEDD (or 0xEAFEDD) is unknown color: approx Panache. HEX triplet: EA, FE and DD. RGB value is (234,254,221). Sum of RGB (Red+Green+Blue) = 234+254+221=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEDD is #150122. Grayscale: #F4F4F4. Windows color (decimal): -1376547 or 14548714. OLE color: 14548714.

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

Color convert

RGB234254221-
CMYK0.0800.130.00
HSL96.36º94.29%93.14%-
HSV(B)96.36º12.99%99.61%-
XYZ82.4293.682.13-
YUV244.26114.87120.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.00%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 221 (86.72% from 255) = 31.17%
R=33.00%
G=35.83%
B=31.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542210.0800.130.0096.3694.2993.14
HexEAFEDD80D0605e5d
Octal352376335100150140136135
Binary1110101011111110110111011000011010110000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEDD; }

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

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

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

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

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

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

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

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