#EFFDE1

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

Shades of Panache #EFFDE1

Tints of Panache #EFFDE1

Color information

#EFFDE1 (or 0xEFFDE1) is unknown color: approx Panache. HEX triplet: EF, FD and E1. RGB value is (239,253,225). Sum of RGB (Red+Green+Blue) = 239+253+225=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 225 (88.28% from 255 or 31.38% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDE1 is #10021E. Grayscale: #F5F5F5. Windows color (decimal): -1049119 or 14810607. OLE color: 14810607.

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

Color convert

RGB239253225-
CMYK0.0600.110.01
HSL90º87.5%93.73%-
HSV(B)90º11.07%99.22%-
XYZ84.3194.0484.94-
YUV245.62116.36123.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 225 (88.28% from 255) = 31.38%
R=33.33%
G=35.29%
B=31.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532250.0600.110.019087.593.73
HexEFFDE160B15a585e
Octal35737534160131132130136
Binary111011111111110111100001110010111101101010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDE1; }

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

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

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

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

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

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

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

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