#E0FBDD

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

Shades of Tara #E0FBDD

Tints of Tara #E0FBDD

Color information

#E0FBDD (or 0xE0FBDD) is unknown color: approx Tara. HEX triplet: E0, FB and DD. RGB value is (224,251,221). Sum of RGB (Red+Green+Blue) = 224+251+221=696 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.18% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FBDD is #1F0422. Grayscale: #EFEFEF. Windows color (decimal): -2032675 or 14547936. OLE color: 14547936.

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

Color convert

RGB224251221-
CMYK0.1100.120.02
HSL114º78.95%92.55%-
HSV(B)114º11.95%98.43%-
XYZ78.2990.0681.66-
YUV239.51117.55116.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.18%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=32.18%
G=36.06%
B=31.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242512210.1100.120.0211478.9592.55
HexE0FBDDB0C2724f5d
Octal340373335130142162117135
Binary11100000111110111101110110110110010111001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBDD; }

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

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

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

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

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

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

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

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