#E0FEDD

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

Shades of Tara #E0FEDD

Tints of Tara #E0FEDD

Color information

#E0FEDD (or 0xE0FEDD) is unknown color: approx Tara. HEX triplet: E0, FE and DD. RGB value is (224,254,221). Sum of RGB (Red+Green+Blue) = 224+254+221=699 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.05% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FEDD is #1F0122. Grayscale: #F1F1F1. Windows color (decimal): -2031907 or 14548704. OLE color: 14548704.

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

Color convert

RGB224254221-
CMYK0.1200.130.00
HSL114.55º94.29%93.14%-
HSV(B)114.55º12.99%99.61%-
XYZ79.2391.9581.98-
YUV241.27116.56115.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.05%
GREEN value IS 254 (99.61% from 255) = 36.34%
BLUE value IS 221 (86.72% from 255) = 31.62%
R=32.05%
G=36.34%
B=31.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242542210.1200.130.00114.5594.2993.14
HexE0FEDDC0D0735e5d
Octal340376335140150163136135
Binary1110000011111110110111011100011010111001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FEDD; }

 p { color: rgb(224,254,221); }

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

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

 a { background-color: rgb(224,254,221); }

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

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

 span { border-color: rgb(224,254,221); }

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