#EFFDE4

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

Shades of Panache #EFFDE4

Tints of Panache #EFFDE4

Color information

#EFFDE4 (or 0xEFFDE4) is unknown color: approx Panache. HEX triplet: EF, FD and E4. RGB value is (239,253,228). Sum of RGB (Red+Green+Blue) = 239+253+228=720 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.19% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 228 (89.45% from 255 or 31.67% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDE4 is #10021B. Grayscale: #F6F6F6. Windows color (decimal): -1049116 or 15007215. OLE color: 15007215.

HSL color Cylindrical-coordinate representation of color #EFFDE4: hue angle of 93.6º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFFDE4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB239253228-
CMYK0.0600.100.01
HSL93.6º86.21%94.31%-
HSV(B)93.6º9.88%99.22%-
XYZ84.7394.287.12-
YUV245.96117.86123.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.19%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 228 (89.45% from 255) = 31.67%
R=33.19%
G=35.14%
B=31.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532280.0600.100.0193.686.2194.31
HexEFFDE460A15e565e
Octal35737534460121136126136
Binary111011111111110111100100110010101101111010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDE4; }

 p { color: rgb(239,253,228); }

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

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

 a { background-color: rgb(239,253,228); }

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

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

 span { border-color: rgb(239,253,228); }

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