#DFF0DE

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

Shades of Tara #DFF0DE

Tints of Tara #DFF0DE

Color information

#DFF0DE (or 0xDFF0DE) is unknown color: approx Tara. HEX triplet: DF, F0 and DE. RGB value is (223,240,222). Sum of RGB (Red+Green+Blue) = 223+240+222=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0DE is #200F21. Grayscale: #E8E8E8. Windows color (decimal): -2101026 or 14610655. OLE color: 14610655.

HSL color Cylindrical-coordinate representation of color #DFF0DE: hue angle of 116.67º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF0DE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB223240222-
CMYK0.0700.080.06
HSL116.67º37.5%90.59%-
HSV(B)116.67º7.5%94.12%-
XYZ74.7883.2881.24-
YUV232.86121.87120.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 222 (87.11% from 255) = 32.41%
R=32.55%
G=35.04%
B=32.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232402220.0700.080.06116.6737.590.59
HexDFF0DE708675265b
Octal3373603367010616546133
Binary1101111111110000110111101110100011011101011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0DE; }

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

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

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

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

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

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

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

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