#E2FCDF

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

Shades of Tara #E2FCDF

Tints of Tara #E2FCDF

Color information

#E2FCDF (or 0xE2FCDF) is unknown color: approx Tara. HEX triplet: E2, FC and DF. RGB value is (226,252,223). Sum of RGB (Red+Green+Blue) = 226+252+223=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FCDF is #1D0320. Grayscale: #F1F1F1. Windows color (decimal): -1901345 or 14679266. OLE color: 14679266.

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

Color convert

RGB226252223-
CMYK0.1000.120.01
HSL113.79º82.86%93.14%-
HSV(B)113.79º11.51%98.82%-
XYZ79.4991.1283.21-
YUV240.92117.89117.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.24%
GREEN value IS 252 (98.83% from 255) = 35.95%
BLUE value IS 223 (87.5% from 255) = 31.81%
R=32.24%
G=35.95%
B=31.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262522230.1000.120.01113.7982.8693.14
HexE2FCDFA0C172535d
Octal342374337120141162123135
Binary1110001011111100110111111010011001111001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FCDF; }

 p { color: rgb(226,252,223); }

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

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

 a { background-color: rgb(226,252,223); }

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

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

 span { border-color: rgb(226,252,223); }

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