#EEFEDD

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

Shades of Panache #EEFEDD

Tints of Panache #EEFEDD

Color information

#EEFEDD (or 0xEEFEDD) is unknown color: approx Panache. HEX triplet: EE, FE and DD. RGB value is (238,254,221). Sum of RGB (Red+Green+Blue) = 238+254+221=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFEDD is #110122. Grayscale: #F5F5F5. Windows color (decimal): -1114403 or 14548718. OLE color: 14548718.

HSL color Cylindrical-coordinate representation of color #EEFEDD: hue angle of 89.09º 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 #EEFEDD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB238254221-
CMYK0.0600.130.00
HSL89.09º94.29%93.14%-
HSV(B)89.09º12.99%99.61%-
XYZ83.7594.2882.19-
YUV245.45114.2122.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 221 (86.72% from 255) = 31.00%
R=33.38%
G=35.62%
B=31.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542210.0600.130.0089.0994.2993.14
HexEEFEDD60D0595e5d
Octal35637633560150131136135
Binary111011101111111011011101110011010101100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEDD; }

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

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

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

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

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

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

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

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