#DFF2DE

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

Shades of Tara #DFF2DE

Tints of Tara #DFF2DE

Color information

#DFF2DE (or 0xDFF2DE) is unknown color: approx Tara. HEX triplet: DF, F2 and DE. RGB value is (223,242,222). Sum of RGB (Red+Green+Blue) = 223+242+222=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2DE is #200D21. Grayscale: #EAEAEA. Windows color (decimal): -2100514 or 14611167. OLE color: 14611167.

HSL color Cylindrical-coordinate representation of color #DFF2DE: hue angle of 117º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF2DE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB223242222-
CMYK0.0800.080.05
HSL117º43.48%90.98%-
HSV(B)117º8.26%94.9%-
XYZ75.3784.4781.44-
YUV234.04121.21120.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=32.46%
G=35.23%
B=32.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232422220.0800.080.0511743.4890.98
HexDFF2DE8085752b5b
Octal33736233610010516553133
Binary11011111111100101101111010000100010111101011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2DE; }

 p { color: rgb(223,242,222); }

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

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

 a { background-color: rgb(223,242,222); }

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

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

 span { border-color: rgb(223,242,222); }

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