#EEFDE0

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

Shades of Panache #EEFDE0

Tints of Panache #EEFDE0

Color information

#EEFDE0 (or 0xEEFDE0) is unknown color: approx Panache. HEX triplet: EE, FD and E0. RGB value is (238,253,224). Sum of RGB (Red+Green+Blue) = 238+253+224=715 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.29% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 224 (87.89% from 255 or 31.33% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDE0 is #11021F. Grayscale: #F5F5F5. Windows color (decimal): -1114656 or 14745070. OLE color: 14745070.

HSL color Cylindrical-coordinate representation of color #EEFDE0: hue angle of 91.03º 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 #EEFDE0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB238253224-
CMYK0.0600.110.01
HSL91.03º87.88%93.53%-
HSV(B)91.03º11.46%99.22%-
XYZ83.8493.8184.21-
YUV245.21116.03122.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.29%
GREEN value IS 253 (99.22% from 255) = 35.38%
BLUE value IS 224 (87.89% from 255) = 31.33%
R=33.29%
G=35.38%
B=31.33%

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
Decimal2382532240.0600.110.0191.0387.8893.53
HexEEFDE060B15b585e
Octal35637534060131133130136
Binary111011101111110111100000110010111101101110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDE0; }

 p { color: rgb(238,253,224); }

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

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

 a { background-color: rgb(238,253,224); }

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

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

 span { border-color: rgb(238,253,224); }

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