#EEFDDE

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

Shades of Panache #EEFDDE

Tints of Panache #EEFDDE

Color information

#EEFDDE (or 0xEEFDDE) is unknown color: approx Panache. HEX triplet: EE, FD and DE. RGB value is (238,253,222). Sum of RGB (Red+Green+Blue) = 238+253+222=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDDE is #110221. Grayscale: #F5F5F5. Windows color (decimal): -1114658 or 14613998. OLE color: 14613998.

HSL color Cylindrical-coordinate representation of color #EEFDDE: hue angle of 89.03º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEFDDE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB238253222-
CMYK0.0600.120.01
HSL89.03º88.57%93.14%-
HSV(B)89.03º12.25%99.22%-
XYZ83.5793.782.79-
YUV244.98115.03123.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 222 (87.11% from 255) = 31.14%
R=33.38%
G=35.48%
B=31.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532220.0600.120.0189.0388.5793.14
HexEEFDDE60C159595d
Octal35637533660141131131135
Binary111011101111110111011110110011001101100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDDE; }

 p { color: rgb(238,253,222); }

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

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

 a { background-color: rgb(238,253,222); }

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

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

 span { border-color: rgb(238,253,222); }

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