#EFFDE6

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

Shades of Panache #EFFDE6

Tints of Panache #EFFDE6

Color information

#EFFDE6 (or 0xEFFDE6) is unknown color: approx Panache. HEX triplet: EF, FD and E6. RGB value is (239,253,230). Sum of RGB (Red+Green+Blue) = 239+253+230=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 230 (90.23% from 255 or 31.86% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDE6 is #100219. Grayscale: #F6F6F6. Windows color (decimal): -1049114 or 15138287. OLE color: 15138287.

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

Color convert

RGB239253230-
CMYK0.0600.090.01
HSL96.52º85.19%94.71%-
HSV(B)96.52º9.09%99.22%-
XYZ8594.3188.59-
YUV246.19118.86122.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.10%
GREEN value IS 253 (99.22% from 255) = 35.04%
BLUE value IS 230 (90.23% from 255) = 31.86%
R=33.10%
G=35.04%
B=31.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532300.0600.090.0196.5285.1994.71
HexEFFDE6609161555f
Octal35737534660111141125137
Binary111011111111110111100110110010011110000110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDE6; }

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

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

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

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

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

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

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

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