#EEFEDF

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

Shades of Panache #EEFEDF

Tints of Panache #EEFEDF

Color information

#EEFEDF (or 0xEEFEDF) is unknown color: approx Panache. HEX triplet: EE, FE and DF. RGB value is (238,254,223). Sum of RGB (Red+Green+Blue) = 238+254+223=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFEDF is #110120. Grayscale: #F5F5F5. Windows color (decimal): -1114401 or 14679790. OLE color: 14679790.

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

Color convert

RGB238254223-
CMYK0.0600.120.00
HSL90.97º93.94%93.53%-
HSV(B)90.97º12.2%99.61%-
XYZ84.0294.3983.6-
YUV245.68115.2122.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 254 (99.61% from 255) = 35.52%
BLUE value IS 223 (87.5% from 255) = 31.19%
R=33.29%
G=35.52%
B=31.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542230.0600.120.0090.9793.9493.53
HexEEFEDF60C05b5e5e
Octal35637633760140133136136
Binary111011101111111011011111110011000101101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEDF; }

 p { color: rgb(238,254,223); }

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

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

 a { background-color: rgb(238,254,223); }

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

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

 span { border-color: rgb(238,254,223); }

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