#E0FADD

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

Shades of Tara #E0FADD

Tints of Tara #E0FADD

Color information

#E0FADD (or 0xE0FADD) is unknown color: approx Tara. HEX triplet: E0, FA and DD. RGB value is (224,250,221). Sum of RGB (Red+Green+Blue) = 224+250+221=695 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.23% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FADD is #1F0522. Grayscale: #EFEFEF. Windows color (decimal): -2032931 or 14547680. OLE color: 14547680.

HSL color Cylindrical-coordinate representation of color #E0FADD: hue angle of 113.79º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FADD is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB224250221-
CMYK0.1000.120.02
HSL113.79º74.36%92.35%-
HSV(B)113.79º11.6%98.04%-
XYZ77.9889.4481.56-
YUV238.92117.89117.36-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.23%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 221 (86.72% from 255) = 31.80%
R=32.23%
G=35.97%
B=31.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242502210.1000.120.02113.7974.3692.35
HexE0FADDA0C2724a5c
Octal340372335120142162112134
Binary11100000111110101101110110100110010111001010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FADD; }

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

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

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

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

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

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

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

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