#EFFFDE

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

Shades of Panache #EFFFDE

Tints of Panache #EFFFDE

Color information

#EFFFDE (or 0xEFFFDE) is unknown color: approx Panache. HEX triplet: EF, FF and DE. RGB value is (239,255,222). Sum of RGB (Red+Green+Blue) = 239+255+222=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 222 (87.11% from 255 or 31.01% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFDE is #100021. Grayscale: #F6F6F6. Windows color (decimal): -1048610 or 14614511. OLE color: 14614511.

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

Color convert

RGB239255222-
CMYK0.0600.130
HSL89.09º100%93.53%-
HSV(B)89.09º12.94%100%-
XYZ84.5495.1483.02-
YUV246.45114.2122.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 255 (100% from 255) = 35.61%
BLUE value IS 222 (87.11% from 255) = 31.01%
R=33.38%
G=35.61%
B=31.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552220.0600.13089.0910093.53
HexEFFFDE60D059645e
Octal35737733660150131144136
Binary111011111111111111011110110011010101100111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFDE; }

 p { color: rgb(239,255,222); }

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

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

 a { background-color: rgb(239,255,222); }

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

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

 span { border-color: rgb(239,255,222); }

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