#DFF1DF

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

Shades of Tara #DFF1DF

Tints of Tara #DFF1DF

Color information

#DFF1DF (or 0xDFF1DF) is unknown color: approx Tara. HEX triplet: DF, F1 and DF. RGB value is (223,241,223). Sum of RGB (Red+Green+Blue) = 223+241+223=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1DF is #200E20. Grayscale: #E9E9E9. Windows color (decimal): -2100769 or 14676447. OLE color: 14676447.

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

Color convert

RGB223241223-
CMYK0.0700.070.05
HSL120º39.13%90.98%-
HSV(B)120º7.47%94.51%-
XYZ75.2183.9382.05-
YUV233.57122.04120.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 241 (94.53% from 255) = 35.08%
BLUE value IS 223 (87.5% from 255) = 32.46%
R=32.46%
G=35.08%
B=32.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232412230.0700.070.0512039.1390.98
HexDFF1DF707578275b
Octal337361337707517047133
Binary110111111111000111011111111011110111110001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1DF; }

 p { color: rgb(223,241,223); }

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

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

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

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

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

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

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