#EEFFDC

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

Shades of Panache #EEFFDC

Tints of Panache #EEFFDC

Color information

#EEFFDC (or 0xEEFFDC) is unknown color: approx Panache. HEX triplet: EE, FF and DC. RGB value is (238,255,220). Sum of RGB (Red+Green+Blue) = 238+255+220=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFDC is #110023. Grayscale: #F6F6F6. Windows color (decimal): -1114148 or 14483438. OLE color: 14483438.

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

Color convert

RGB238255220-
CMYK0.0700.140
HSL89.14º100%93.14%-
HSV(B)89.14º13.73%100%-
XYZ83.9494.8681.6-
YUV245.93113.37122.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 220 (86.33% from 255) = 30.86%
R=33.38%
G=35.76%
B=30.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382552200.0700.14089.1410093.14
HexEEFFDC70E059645d
Octal35637733470160131144135
Binary111011101111111111011100111011100101100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFDC; }

 p { color: rgb(238,255,220); }

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

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

 a { background-color: rgb(238,255,220); }

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

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

 span { border-color: rgb(238,255,220); }

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