#E0FCDC

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

Shades of Tara #E0FCDC

Tints of Tara #E0FCDC

Color information

#E0FCDC (or 0xE0FCDC) is unknown color: approx Tara. HEX triplet: E0, FC and DC. RGB value is (224,252,220). Sum of RGB (Red+Green+Blue) = 224+252+220=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FCDC is #1F0323. Grayscale: #F0F0F0. Windows color (decimal): -2032420 or 14482656. OLE color: 14482656.

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

Color convert

RGB224252220-
CMYK0.1100.130.01
HSL112.5º84.21%92.55%-
HSV(B)112.5º12.7%98.82%-
XYZ78.4790.6481.07-
YUV239.98116.72116.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.18%
GREEN value IS 252 (98.83% from 255) = 36.21%
BLUE value IS 220 (86.33% from 255) = 31.61%
R=32.18%
G=36.21%
B=31.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242522200.1100.130.01112.584.2192.55
HexE0FCDCB0D170545d
Octal340374334130151160124135
Binary1110000011111100110111001011011011111000010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FCDC; }

 p { color: rgb(224,252,220); }

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

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

 a { background-color: rgb(224,252,220); }

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

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

 span { border-color: rgb(224,252,220); }

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